diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9b50c0a..6fab7a9 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 = "5.1.4" } +kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.12" } 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" }