We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3afa89 commit 2e18f1cCopy full SHA for 2e18f1c
gradle/libs.versions.toml
@@ -9,7 +9,7 @@ assertj-core = { module = "org.assertj:assertj-core", version = "3.26.3" }
9
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
10
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
11
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.11.3" }
12
-kotlin-logging = { module = "io.github.oshai:kotlin-logging", version = "7.0.0" }
+kotlin-logging = { module = "io.github.oshai:kotlin-logging", version = "7.0.3" }
13
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
14
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
15
0 commit comments