diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2131c35..6b34419 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.7" } +kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.12" } auto-service = { group = "com.google.auto.service", name = "auto-service", version = "1.1.1" } junit-bom = { group = "org.junit", name = "junit-bom", version = "5.13.2" }