From 2d13bce878030c976169f2ba8cb198bc2131f4a4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 04:37:08 +0000 Subject: [PATCH] Bump wiremock from 2.26.3 to 2.27.2 Bumps [wiremock](https://github.com/tomakehurst/wiremock) from 2.26.3 to 2.27.2. - [Release notes](https://github.com/tomakehurst/wiremock/releases) - [Commits](https://github.com/tomakehurst/wiremock/compare/2.26.3...2.27.2) 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 451f666..a4021cd 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ repositories { dependencies { compile('org.yaml:snakeyaml:1.26') - testCompile('com.github.tomakehurst:wiremock:2.26.3') + testCompile('com.github.tomakehurst:wiremock:2.27.2') testCompile('org.spockframework:spock-core:1.3-groovy-2.5') }