From 33c4559d538bdb12c72f0dd6dd328e2c4eeb2ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:23:53 +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 6.0.4 to 6.0.9. - [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/compare/6.0.4...6.0.9) --- 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 0aff41b..564a1c2 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.5.2") - implementation("io.github.oshai:kotlin-logging-jvm:6.0.4") + implementation("io.github.oshai:kotlin-logging-jvm:6.0.9") implementation("org.slf4j:slf4j-simple:2.0.13") }