We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d3cc5a + b1635cb commit 44b5346Copy full SHA for 44b5346
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.18.3"
37
- api "com.auth0:jwks-rsa:0.20.1"
+ api "com.auth0:java-jwt:3.19.0"
+ api "com.auth0:jwks-rsa:0.21.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