From da9f6a1dc51ae5e0a2b1d79b87006126d730ac83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:06:34 +0000 Subject: [PATCH] Bump org.wiremock:wiremock-standalone from 3.8.0 to 3.9.0 Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.8.0...3.9.0) --- 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..85d7654 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.0' } test {