From 17276012f71acca2377da200426189f57717962b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:13:27 +0000 Subject: [PATCH] chore(gradle): bump org.wiremock:wiremock in /mock-api Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.12.0 to 3.12.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.12.0...3.12.1) --- updated-dependencies: - dependency-name: org.wiremock:wiremock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mock-api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mock-api/build.gradle.kts b/mock-api/build.gradle.kts index a1dab09..410155d 100644 --- a/mock-api/build.gradle.kts +++ b/mock-api/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { implementation("org.http4k:http4k-core") implementation("org.http4k:http4k-client-apache") - implementation("org.wiremock:wiremock:3.12.0") + implementation("org.wiremock:wiremock:3.12.1") implementation("io.github.oshai:kotlin-logging-jvm:7.0.4") implementation("org.slf4j:slf4j-simple:2.0.17") }