From e2888bf2772a2a98ac9064ed1f37b48a3c075222 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:34:59 +0000 Subject: [PATCH] Update dependency com.github.tomakehurst:wiremock to v2.27.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 688d2f92..83134425 100644 --- a/build.gradle +++ b/build.gradle @@ -191,7 +191,7 @@ dependencies { implementation group: 'com.github.hmcts', name: 'core-case-data-store-client', version: '4.9.2' testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test' - testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.23.2' + testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.27.2' implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.7.0'