We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 249da78 + 36c41d7 commit c2ab7a3Copy full SHA for c2ab7a3
1 file changed
lib/build.gradle
@@ -31,9 +31,9 @@ compileJava {
31
}
32
33
dependencies {
34
- implementation 'com.auth0:java-jwt:3.8.1'
35
- implementation 'com.auth0:jwks-rsa:0.8.2'
36
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.1'
+ implementation 'com.auth0:java-jwt:3.8.2'
+ implementation 'com.auth0:jwks-rsa:0.8.3'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.3'
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