From 4f0a490835a5734ce9102916fdb75e2a9bc07813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 20:49:55 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging from 7.0.3 to 7.0.6 Bumps [io.github.oshai:kotlin-logging](https://github.com/oshai/kotlin-logging) from 7.0.3 to 7.0.6. - [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.3...7.0.6) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging 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 791c144..a2bb17c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ kord-extensions-plugin = "1.6.1" kordx-emoji = "0.5.0" # --- # Logging -logging = "7.0.3" +logging = "7.0.6" logback = "1.5.16" logback-groovy = "1.14.5" groovy = "3.0.23"