Skip to content

Commit

Permalink
Upgrade Jackson to 2.9.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed Jul 8, 2019
1 parent 398ba91 commit 68744a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ext {

cglibVersion = "3.1"

jacksonVersion = "2.9.9"
jacksonVersion = "2.9.9.1"

junitVersion = "4.11"
mockitoVersion = "1.9.5"
Expand Down
1 change: 0 additions & 1 deletion spring-cloud-cloudfoundry-connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ apply plugin: 'com.github.johnrengelman.shadow'

dependencies {
compile project(':spring-cloud-core')
compile("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
compile("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
}

Expand Down

0 comments on commit 68744a3

Please sign in to comment.