From afb4099c56bf7cec6fecd27b1439387558eb015b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2019 15:40:20 +0000 Subject: [PATCH] Bump wiremock from 2.23.2 to 2.24.0 Bumps [wiremock](https://github.com/tomakehurst/wiremock) from 2.23.2 to 2.24.0. - [Release notes](https://github.com/tomakehurst/wiremock/releases) - [Commits](https://github.com/tomakehurst/wiremock/compare/2.23.2...2.24.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f6bafe8d776..38351ca23ac 100644 --- a/build.gradle +++ b/build.gradle @@ -164,7 +164,7 @@ dependencies { testRuntime 'org.apache.logging.log4j:log4j-core:2.12.0' testRuntime 'org.apache.logging.log4j:log4j-jul:2.12.0' testCompile 'org.mockito:mockito-core:3.0.0' - testCompile 'com.github.tomakehurst:wiremock:2.23.2' + testCompile 'com.github.tomakehurst:wiremock:2.24.0' testCompile 'org.reflections:reflections:0.9.11' testCompile 'org.xmlunit:xmlunit-core:2.6.3' testCompile 'org.xmlunit:xmlunit-matchers:2.6.3'