Skip to content

Commit c8aa3ab

Browse files
authored
Bumped Jackson databind version to resolve CVE-2019-14379 (#511)
* Bumped Jackson databank version to resolve CVE-2019-14379 * Fix NPE FasterXML/jackson-databind#2395
1 parent 54ee07e commit c8aa3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ dependencyManagement {
205205
entry 'mockito-core'
206206
}
207207
// CVE-2019-12814
208-
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.9.9.1') {
208+
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.9.9.3') {
209209
entry 'jackson-databind'
210210
}
211211
}

0 commit comments

Comments
 (0)