We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88094b commit e6c740bCopy full SHA for e6c740b
1 file changed
lib/build.gradle
@@ -33,8 +33,8 @@ compileJava {
33
ext.springSecurityVersion = '4.2.20.RELEASE'
34
35
dependencies {
36
- api "com.auth0:java-jwt:3.13.0"
37
- api "com.auth0:jwks-rsa:0.15.0"
+ api "com.auth0:java-jwt:3.18.3"
+ api "com.auth0:jwks-rsa:0.20.1"
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