From 6059498649b78fdbf216cfa55210276a36885148 Mon Sep 17 00:00:00 2001 From: martin-nhs Date: Mon, 15 Jan 2024 14:38:31 +0000 Subject: [PATCH] [PRMT-4356] Changed com.github.tomakehurst:wiremock-standalone:3.0.1 to org.wiremock:wiremock-standalone:3.3.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba1d73a..b7edc37 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-test' testImplementation "org.mockito:mockito-core:3.+" - testImplementation 'com.github.tomakehurst:wiremock-standalone:3.0.1' + testImplementation 'org.wiremock:wiremock-standalone:3.3.1' testImplementation 'org.awaitility:awaitility:4.2.0' }