Skip to content

Commit

Permalink
Bumping jackson-databind version to 2.9.9.3 to fix CVE's (wiremock#1172)
Browse files Browse the repository at this point in the history
* Fixing CVE's

* Fixing issue wiremock#1171
  • Loading branch information
kai-eckert authored and tomakehurst committed Aug 12, 2019
1 parent 59d2f9a commit 1880c3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ allprojects {
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.1',
jacksonDatabind: '2.9.9.3',
xmlUnit : '2.6.2'

],
Expand All @@ -50,7 +50,7 @@ allprojects {
jetty : '9.4.19.v20190610',
guava : '27.0.1-jre',
jackson : '2.9.9',
jacksonDatabind: '2.9.9.1',
jacksonDatabind: '2.9.9.3',
xmlUnit : '2.6.2'
]
]
Expand Down
2 changes: 1 addition & 1 deletion docs-v2/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ compress_html:
ignore:
envs: development

wiremock_version: 2.24.1
wiremock_version: 2.24.2
2 changes: 1 addition & 1 deletion src/main/resources/swagger/wiremock-admin-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0

info:
title: WireMock
version: 2.24.1
version: 2.24.2

externalDocs:
description: WireMock user documentation
Expand Down

0 comments on commit 1880c3e

Please sign in to comment.