From 000aaa927db8ef1b3d7d96bf2135b5f8d235ca2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:47:16 +0000 Subject: [PATCH] chore(gradle): bump io.github.oshai:kotlin-logging-jvm in /mock-api Bumps [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 7.0.0 to 7.0.3. - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md) - [Commits](https://github.com/oshai/kotlin-logging/commits) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging-jvm 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 8d8e303..54b36e6 100644 --- a/mock-api/build.gradle.kts +++ b/mock-api/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { implementation("org.http4k:http4k-client-apache") implementation("org.wiremock:wiremock:3.9.2") - implementation("io.github.oshai:kotlin-logging-jvm:7.0.0") + implementation("io.github.oshai:kotlin-logging-jvm:7.0.3") implementation("org.slf4j:slf4j-simple:2.0.16") }