Skip to content

Commit

Permalink
Prefer slf4j-api 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 8, 2023
1 parent 12ece73 commit 212adb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,3)")
prefer("2.0.7")
prefer("2.0.9")
}
}
}
Expand Down

0 comments on commit 212adb4

Please sign in to comment.