From 20f23b263a7e8526a695276d895b17781d774f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:41:16 +0000 Subject: [PATCH] chore(gradle): bump org.wiremock:wiremock in /mock-api Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.4.0 to 3.4.2. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.4.0...3.4.2) --- 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 6203f90..6059e7b 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.4.0") + implementation("org.wiremock:wiremock:3.4.2") implementation("io.github.oshai:kotlin-logging-jvm:6.0.3") implementation("org.slf4j:slf4j-simple:2.0.12") }