Skip to content

Commit

Permalink
Upgraded to Jackson Databind 2.8.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Jan 4, 2019
1 parent 7804051 commit 3dc4389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def shouldPublishLocally = System.getProperty('LOCAL_PUBLISH')
def versions = [
handlebars: '4.0.7',
jackson: '2.8.11',
jacksonDatabind: '2.8.11.2',
jacksonDatabind: '2.8.11.3',
jetty : '9.2.26.v20180806', // 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
xmlUnit: '2.5.1'
]
Expand Down

0 comments on commit 3dc4389

Please sign in to comment.