Skip to content

Commit

Permalink
Update jackson-databind to 2.9.10.4 (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
troshko111 committed Jun 26, 2020
1 parent 6baa691 commit 5e266be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ allprojects {
governatorVersion = '1.17.5'
archaiusVersion = '0.7.6'
jacksonVersion = '2.9.10'
jacksonDatabindVersion = '2.9.10.4'
woodstoxVersion = '5.2.1'

// test deps
Expand Down
2 changes: 1 addition & 1 deletion eureka-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

compile "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
compile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
compile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
compile "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"

// Eureka client uses JSON encoding by default
compileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jacksonVersion}"
Expand Down

0 comments on commit 5e266be

Please sign in to comment.