From 4321f80998567499d1ec5fe35628eb6233d17d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 07:46:30 +0000 Subject: [PATCH] Bump org.wiremock:wiremock-standalone from 3.6.0 to 3.7.0 Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/commits) --- updated-dependencies: - dependency-name: org.wiremock:wiremock-standalone dependency-type: direct:production update-type: version-update:semver-minor ... 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 8e007b1..621f4be 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ repositories { val tokenSupportVersion = "4.1.8" val mockkVersion = "1.13.11" val kotestVersion = "5.9.1" -val wiremockVersion = "3.6.0" +val wiremockVersion = "3.7.0" val wiremockKotestExtensionVersion = "3.1.0" val hikariVersion = "5.1.0" val logstashLogbackEncoderVersion = "7.4"