From a5df410a27b2570f526e234bd20a51d4bf2bd84e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:04:09 +0000 Subject: [PATCH] Bump org.wiremock:wiremock-standalone from 3.9.1 to 3.9.2 Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.9.1...3.9.2) --- updated-dependencies: - dependency-name: org.wiremock:wiremock-standalone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f1b01b8..1b8e3a9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ repositories { val tokenSupportVersion = "4.1.8" val mockkVersion = "1.13.13" val kotestVersion = "5.9.1" -val wiremockVersion = "3.9.1" +val wiremockVersion = "3.9.2" val wiremockKotestExtensionVersion = "3.1.0" val hikariVersion = "5.1.0" val logstashLogbackEncoderVersion = "7.4"