From 5e5780d712c977273081ab11af6afac1e3f959ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:58:28 +0000 Subject: [PATCH] Bump org.wiremock:wiremock-standalone from 3.5.2 to 3.5.4 Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.5.2 to 3.5.4. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.5.2...3.5.4) --- updated-dependencies: - dependency-name: org.wiremock:wiremock-standalone dependency-type: direct:production update-type: version-update:semver-patch ... 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 e4304e6..10d3327 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.5.2' + testImplementation 'org.wiremock:wiremock-standalone:3.5.4' } test {