Skip to content

Commit 1b9c675

Browse files
miboscottfrederick
authored andcommitted
Updated jackson version to 2.9.9.1
Updated jackson version to 2.9.9.1 for following CVE issues: CVE-2019-12814: FasterXML/jackson-databind#2341 CVE-2019-12384: FasterXML/jackson-databind#2334
1 parent 0be3d8a commit 1b9c675

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"
15+
jacksonVersion = "2.9.9.1"
1616
}
1717

1818
dependencies {

0 commit comments

Comments
 (0)