From f9c4924a0d6eb6ea7745534f168529dcf0228851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 20:49:33 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging from 7.0.13 to 7.0.14 Bumps [io.github.oshai:kotlin-logging](https://github.com/oshai/kotlin-logging) from 7.0.13 to 7.0.14. - [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.13...7.0.14) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging dependency-version: 7.0.14 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 30f3356b..46e47c27 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ coroutines = "1.10.2" kotest = "6.0.7" kotlinx-io = "0.8.2" ktor = "3.2.3" -logging = "7.0.13" +logging = "7.0.14" mockk = "1.14.7" mokksy = "0.6.2" serialization = "1.9.0"