Skip to content

Commit ea90674

Browse files
committed
Prefer slf4j 2.0.11
1 parent 25bc81f commit ea90674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation("org.slf4j:slf4j-api") {
2222
version {
2323
strictly("[1.7,3)")
24-
prefer("2.0.9")
24+
prefer("2.0.11")
2525
}
2626
}
2727
listOf(

0 commit comments

Comments
 (0)