Skip to content

Commit 0ebd0c4

Browse files
miboscottfrederick
authored andcommitted
Updated jackson-databind version to 2.9.9.3
Updated `jackson-databind` version to `2.9.9.3` which contains fix for [this regression](FasterXML/jackson-databind#2395).
1 parent 94dff58 commit 0ebd0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-cloudfoundry-connector/build.gradle

Lines changed: 1 addition & 1 deletion
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.2"
15+
jacksonVersion = "2.9.9.3"
1616
}
1717

1818
dependencies {

0 commit comments

Comments
 (0)