From feaca72cc71b3826df307cafb0e0ce2e342fdbd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:26:29 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging from 7.0.12 to 7.0.13 Bumps [io.github.oshai:kotlin-logging](https://github.com/oshai/kotlin-logging) from 7.0.12 to 7.0.13. - [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.12...7.0.13) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging dependency-version: 7.0.13 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 aa0b196..da00aac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ th2-cradle-cassandra = { group = "com.exactpro.th2", name = "cradle-cassandra", th2-grpc-service-generator = { group = "com.exactpro.th2", name = "grpc-service-generator", version = "3.8.2" } th2-grpc-check1 = { group = "com.exactpro.th2", name = "grpc-check1", version = "4.4.1-dev" } -kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.12" } +kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.13" } commons-compress = { group = "org.apache.commons", name = "commons-compress", version = "1.28.0" } logback-core = { group = "ch.qos.logback", name = "logback-core", version.ref = "logback" } logback-classic = { group = "ch.qos.logback", name = "logback-classic", version.ref = "logback" }