Skip to content

Commit f52945c

Browse files
chore(deps): update slf4j monorepo to v2.0.18 (#514)
1 parent 6ecf309 commit f52945c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ subprojects {
5656
testRuntimeOnly(group = "org.junit.platform", name = "junit-platform-launcher")
5757

5858
// logging and tests
59-
api(group = "org.slf4j", name = "slf4j-api", version = "2.0.17")
60-
testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "2.0.17")
59+
api(group = "org.slf4j", name = "slf4j-api", version = "2.0.18")
60+
testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "2.0.18")
6161
}
6262

6363
tasks {

0 commit comments

Comments
 (0)