Skip to content

Commit 2e18f1c

Browse files
committed
fix(deps): update dependency io.github.oshai:kotlin-logging to v7.0.3
1 parent a3afa89 commit 2e18f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assertj-core = { module = "org.assertj:assertj-core", version = "3.26.3" }
99
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
1010
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
1111
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" }
12+
kotlin-logging = { module = "io.github.oshai:kotlin-logging", version = "7.0.3" }
1313
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
1414
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
1515

0 commit comments

Comments
 (0)