From 3e9d9386196bf72120651390df30efe49cb46dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:03:13 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging from 7.0.0 to 7.0.7 Bumps [io.github.oshai:kotlin-logging](https://github.com/oshai/kotlin-logging) from 7.0.0 to 7.0.7. - [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.0...7.0.7) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging dependency-version: 7.0.7 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 5cc87a5f..2334aec6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ serialization = "1.8.1" coroutines = "1.10.2" ktor = "3.1.2" mockk = "1.13.13" -logging = "7.0.0" +logging = "7.0.7" jreleaser = "1.17.0" binaryCompatibilityValidatorPlugin = "0.17.0" slf4j = "2.0.16"