From 671a2fef7f39fb6b4e4f0b337bff3e2854f902b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 07:02:49 +0000 Subject: [PATCH] Bump org.wiremock:wiremock-standalone from 3.8.0 to 3.9.1 (#63) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e3ec9a8..1fd963d 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.8.0" +val wiremockVersion = "3.9.1" val wiremockKotestExtensionVersion = "3.1.0" val hikariVersion = "5.1.0" val logstashLogbackEncoderVersion = "7.4"