From f5171e13ecab6e2fb2776abe5b31f8c09d35f53e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 06:49:15 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging-jvm in the minor-patch group Bumps the minor-patch group with 1 update: [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging). Updates `io.github.oshai:kotlin-logging-jvm` from 8.0.03 to 8.0.4 - [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.03...8.0.4) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-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 0209961..575e54f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ avro = "1.12.1" avroPlugin = "1.9.1" dependencyManagement = "1.1.7" kotlin = "2.3.21" -kotlinLogging = "8.0.03" +kotlinLogging = "8.0.4" mockk = "1.14.9" msal4j = "1.24.1" sonarqube = "7.3.0.8198"