We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af207d commit 746de3fCopy full SHA for 746de3f
1 file changed
lib/build.gradle
@@ -30,11 +30,11 @@ compileJava {
30
targetCompatibility '1.7'
31
}
32
33
-ext.springSecurityVersion = '4.2.15.RELEASE'
+ext.springSecurityVersion = '4.2.20.RELEASE'
34
35
dependencies {
36
- api "com.auth0:java-jwt:3.10.2"
37
- api "com.auth0:jwks-rsa:0.11.0"
+ api "com.auth0:java-jwt:3.13.0"
+ api "com.auth0:jwks-rsa:0.15.0"
38
api "org.springframework.security:spring-security-core:${springSecurityVersion}"
39
api "org.springframework.security:spring-security-web:${springSecurityVersion}"
40
api "org.springframework.security:spring-security-config:${springSecurityVersion}"
0 commit comments