We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c5856f + 4e08f5e commit 64a03deCopy full SHA for 64a03de
1 file changed
lib/build.gradle
@@ -31,8 +31,8 @@ compileJava {
31
}
32
33
dependencies {
34
- implementation 'com.auth0:java-jwt:3.8.+'
35
- implementation 'com.auth0:jwks-rsa:0.8.+'
+ implementation 'com.auth0:java-jwt:3.8.1'
+ implementation 'com.auth0:jwks-rsa:0.8.2'
36
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
37
implementation 'commons-codec:commons-codec:1.12'
38
implementation 'org.springframework.security:spring-security-core:4.2.12.RELEASE'
0 commit comments