Skip to content

Commit

Permalink
Bump jackson databind
Browse files Browse the repository at this point in the history
Update of jackson databind to version 2.10.0 which fixes several CVEs (https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.10)
  • Loading branch information
MrManz authored and scottfrederick committed Oct 17, 2019
1 parent 0ebd0c4 commit a3c61d4
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.3"
jacksonVersion = "2.10.0"
}

dependencies {
Expand Down

0 comments on commit a3c61d4

Please sign in to comment.