Skip to content

Commit

Permalink
Jackson version bump (fixing multiple CVEs) (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
xalvarez authored and tomakehurst committed Sep 26, 2019
1 parent b4013ff commit 89b9839
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ allprojects {
handlebars : '4.0.7',
jetty : '9.2.28.v20190418', // Please don't raise PRs upgrading this to the latest version as it drops Java 7 support. See https://github.com/tomakehurst/wiremock/issues/407 and https://github.com/tomakehurst/wiremock/pull/887 for details
guava : '20.0',
jackson : '2.9.9',
jacksonDatabind: '2.9.9.3',
jackson : '2.9.10',
jacksonDatabind: '2.9.10',
xmlUnit : '2.6.2'
],
java8: [
handlebars : '4.1.2',
jetty : '9.4.20.v20190813',
guava : '27.0.1-jre',
jackson : '2.9.9',
jacksonDatabind: '2.9.9.3',
jackson : '2.9.10',
jacksonDatabind: '2.9.10',
xmlUnit : '2.6.2'
]
]
Expand Down

0 comments on commit 89b9839

Please sign in to comment.