Skip to content

Commit 00deb41

Browse files
authored
Merge pull request #347 from danbrodsky/update_jackson_databind_to_2.9.9.1
Fix: updated jackson-databind to 2.9.9.3 to block CVE
2 parents 39a9f74 + 0b2c8a7 commit 00deb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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'
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)