From 5b6dfbc87209f1cbaad51f1effcdcb54b7914397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:37:03 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging-jvm from 7.0.4 to 7.0.5 Bumps [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 7.0.4 to 7.0.5. - [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.4...7.0.5) --- 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] --- 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 71d50005..88245285 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ dependency-management = "1.1.7" gradleWrapperUpgrade = "0.12" gxf-utils = "2.1.2" kotlin = "2.1.10" -kotlin-logging = "7.0.4" +kotlin-logging = "7.0.5" mockk = "1.13.16" springmockk = "4.0.2" sonarqube = "6.0.1.5171"