Skip to content

Commit 98928ff

Browse files
committed
Prefer slf4j 2.0.11
1 parent 0960a55 commit 98928ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

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

0 commit comments

Comments
 (0)