Skip to content

Commit 36c41d7

Browse files
committed
Update jackson-databind to address CVE-2019-14379 and CVE-2019-14439
1 parent 249da78 commit 36c41d7

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.1'
35-
implementation 'com.auth0:jwks-rsa:0.8.2'
36-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.1'
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'
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)