Skip to content

Commit 0b2c8a7

Browse files
authored
Fix: updated jackson-databind to 2.9.9.3
blocks CVE-2019-12814, CVE-2019-14379 and CVE-2019-14439
1 parent 4dca951 commit 0b2c8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/build.gradle

+1-1
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.1'
37+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.3'
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)