From 1ef487a5c8a2030fde00e7e822526d2e2e2657c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:20:08 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging from 8.0.01 to 8.0.02 Bumps [io.github.oshai:kotlin-logging](https://github.com/oshai/kotlin-logging) from 8.0.01 to 8.0.02. - [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/8.0.01...8.0.02) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging dependency-version: 8.0.02 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 48a552e..1516524 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ # main library dependencies caffeine = "3.2.3" kotlin = "2.3.21" -kotlin-logging = "8.0.01" +kotlin-logging = "8.0.02" micrometer-core = "1.16.5" objenesis = "3.5"