Skip to content

Commit

Permalink
Updated jackson-databind version to 2.9.9.2
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mibo authored and scottfrederick committed Aug 5, 2019
1 parent 8e94466 commit 94dff58
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.1"
jacksonVersion = "2.9.9.2"
}

dependencies {
Expand Down

0 comments on commit 94dff58

Please sign in to comment.