From cd8e88076849988cf4dd1bb892cadfbae77e03c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 07:59:20 +0000 Subject: [PATCH] Bump wiremock from 2.21.0 to 2.22.0 Bumps [wiremock](https://github.com/tomakehurst/wiremock) from 2.21.0 to 2.22.0. - [Release notes](https://github.com/tomakehurst/wiremock/releases) - [Changelog](https://github.com/tomakehurst/wiremock/blob/master/release-settings.gradle) - [Commits](https://github.com/tomakehurst/wiremock/compare/2.21.0...2.22.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9b75a95267f..0b8f14c6198 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,7 @@ dependencies { testRuntime 'org.apache.logging.log4j:log4j-core:2.11.1' testRuntime 'org.apache.logging.log4j:log4j-jul:2.11.2' testCompile 'org.mockito:mockito-core:2.25.1' - testCompile 'com.github.tomakehurst:wiremock:2.21.0' + testCompile 'com.github.tomakehurst:wiremock:2.22.0' testCompile 'org.reflections:reflections:0.9.11' testCompile 'org.xmlunit:xmlunit-core:2.6.2' testCompile 'org.xmlunit:xmlunit-matchers:2.6.2'