Skip to content

Commit 94dff58

Browse files
miboscottfrederick
authored andcommitted
Updated jackson-databind version to 2.9.9.2
Updated jackson-databind version to 2.9.9.2 which contains fix for: - [CVE-2019-14379](FasterXML/jackson-databind#2387) - [CVE-2019-14361 / CVE-2019-14439](FasterXML/jackson-databind#2389)
1 parent 8e94466 commit 94dff58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-cloudfoundry-connector/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
apply plugin: 'com.github.johnrengelman.shadow'
1313

1414
ext {
15-
jacksonVersion = "2.9.9.1"
15+
jacksonVersion = "2.9.9.2"
1616
}
1717

1818
dependencies {

0 commit comments

Comments
 (0)