We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5bdad2 + da06620 commit 786799aCopy full SHA for 786799a
1 file changed
lib/build.gradle
@@ -31,9 +31,9 @@ compileJava {
31
}
32
33
dependencies {
34
- implementation 'com.auth0:java-jwt:3.8.2'
35
- implementation 'com.auth0:jwks-rsa:0.8.3'
36
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.3'
+ implementation 'com.auth0:java-jwt:3.8.3'
+ implementation 'com.auth0:jwks-rsa:0.9.0'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr3'
37
implementation 'commons-codec:commons-codec:1.12'
38
implementation 'org.springframework.security:spring-security-core:4.2.13.RELEASE'
39
implementation 'org.springframework.security:spring-security-web:4.2.13.RELEASE'
0 commit comments