Skip to content

Commit 6c94fb9

Browse files
chore(deps): update slf4j monorepo to v2.0.13 (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a52466 commit 6c94fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ subprojects {
5555
testRuntimeOnly(group = "org.junit.jupiter", name = "junit-jupiter-engine")
5656

5757
// logging and tests
58-
api(group = "org.slf4j", name = "slf4j-api", version = "2.0.12")
59-
testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "2.0.12")
58+
api(group = "org.slf4j", name = "slf4j-api", version = "2.0.13")
59+
testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "2.0.13")
6060
}
6161

6262
tasks {

0 commit comments

Comments
 (0)