Skip to content

Commit 786799a

Browse files
authored
Merge pull request #37 from jimmyjames/update-deps
Update dependencies to address CVE
2 parents f5bdad2 + da06620 commit 786799a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ compileJava {
3131
}
3232

3333
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'
34+
implementation 'com.auth0:java-jwt:3.8.3'
35+
implementation 'com.auth0:jwks-rsa:0.9.0'
36+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr3'
3737
implementation 'commons-codec:commons-codec:1.12'
3838
implementation 'org.springframework.security:spring-security-core:4.2.13.RELEASE'
3939
implementation 'org.springframework.security:spring-security-web:4.2.13.RELEASE'

0 commit comments

Comments
 (0)