From 485b1e290a5842ffa1183ff277ccfa7b2db04049 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 03:32:14 +0000 Subject: [PATCH] Bump wiremock from 2.25.1 to 2.27.2 Bumps [wiremock](https://github.com/tomakehurst/wiremock) from 2.25.1 to 2.27.2. - [Release notes](https://github.com/tomakehurst/wiremock/releases) - [Commits](https://github.com/tomakehurst/wiremock/compare/2.25.1...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 f1a1a2a..256432e 100644 --- a/build.gradle +++ b/build.gradle @@ -145,7 +145,7 @@ project(":") { } testImplementation "org.testcontainers:mysql:1.15.3" testImplementation 'io.rest-assured:json-schema-validator:4.3.3' - testImplementation 'com.github.tomakehurst:wiremock:2.25.1' + testImplementation 'com.github.tomakehurst:wiremock:2.27.2' developmentOnly 'org.springframework.boot:spring-boot-devtools' compileOnly "io.springfox:springfox-swagger2:3.0.0"