From 1691a084cde7d9334d04a000c660ca94103499c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:19:54 +0000 Subject: [PATCH] Bump org.wiremock:wiremock-standalone from 3.8.0 to 3.9.1 Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.8.0 to 3.9.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.8.0...3.9.1) --- updated-dependencies: - dependency-name: org.wiremock:wiremock-standalone dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- part2.2-rest/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part2.2-rest/build.gradle b/part2.2-rest/build.gradle index 0678bfd..060dc15 100644 --- a/part2.2-rest/build.gradle +++ b/part2.2-rest/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation project(':commons') testImplementation project(':commons-rest') testImplementation 'org.spockframework:spock-spring:2.4-M4-groovy-4.0' - testImplementation 'org.wiremock:wiremock-standalone:3.8.0' + testImplementation 'org.wiremock:wiremock-standalone:3.9.1' } test {