We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8648ecf commit 0b3aa11Copy full SHA for 0b3aa11
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.19.0"
37
- api "com.auth0:jwks-rsa:0.21.0"
+ api "com.auth0:java-jwt:3.19.1"
+ api "com.auth0:jwks-rsa:0.21.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