From c6861671a1e5e47a76ab52b531d098e98eacf29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 00:02:31 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging from 7.0.6 to 7.0.7 Bumps [io.github.oshai:kotlin-logging](https://github.com/oshai/kotlin-logging) from 7.0.6 to 7.0.7. - [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.6...7.0.7) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging dependency-version: 7.0.7 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 a7c9062..bbf142a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ th2-codec = { group = "com.exactpro.th2", name = "codec", version = "5.5.0-dev" javacsv = { group = "net.sourceforge.javacsv", name = "javacsv", version = "2.0" } -kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.6" } +kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.7" } auto-service = { group = "com.google.auto.service", name = "auto-service", version = "1.1.1" } junit-bom = { group = "org.junit", name = "junit-bom", version = "5.12.2" }