Skip to content

Commit 7adb0cf

Browse files
danbrodskylbalmaceda
authored andcommitted
Fix: updated jackson-databind to 2.10.0.pr3 to block CVE-2019-14540
1 parent 3f309aa commit 7adb0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ compileJava {
3434
}
3535

3636
dependencies {
37-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.3'
37+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr3'
3838
implementation 'commons-codec:commons-codec:1.12'
3939
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60'
4040
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)