From f466cd34826ac2fb06ffd74f4afba6c17e3f9e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:36:28 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging-jvm from 7.0.7 to 7.0.12 Bumps [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 7.0.7 to 7.0.12. - [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/7.0.7...7.0.12) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-version: 7.0.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c51c324d..bf8ea4ce 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -95,7 +95,7 @@ dependencies { implementation("org.flywaydb:flyway-mysql") implementation("net.logstash.logback:logstash-logback-encoder:8.1") - implementation("io.github.oshai:kotlin-logging-jvm:7.0.7") + implementation("io.github.oshai:kotlin-logging-jvm:7.0.12") runtimeOnly("io.micrometer:micrometer-registry-prometheus")