Skip to content

Commit

Permalink
Updated jackson-databind version to 2.9.9.3
Browse files Browse the repository at this point in the history
Updated `jackson-databind` version to `2.9.9.3` which contains fix for [this regression](FasterXML/jackson-databind#2395).
  • Loading branch information
mibo authored Aug 8, 2019
1 parent 94dff58 commit 97c06ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-cloud-cloudfoundry-connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
apply plugin: 'com.github.johnrengelman.shadow'

ext {
jacksonVersion = "2.9.9.2"
jacksonVersion = "2.9.9.3"
}

dependencies {
Expand Down

0 comments on commit 97c06ed

Please sign in to comment.