Skip to content

Commit

Permalink
Prefer slf4j 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix authored Jan 12, 2024
1 parent 548bcf4 commit 09314ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,3)")
prefer("2.0.9")
prefer("2.0.11")
}
}
listOf(
Expand Down

0 comments on commit 09314ca

Please sign in to comment.