Skip to content

Commit

Permalink
Prefer slf4j 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Feb 6, 2024
1 parent 836395f commit fb9f9f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,3)")
prefer("2.0.11")
prefer("2.0.12")
}
}
implementation("com.squareup.okhttp3:mockwebserver") {
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,3)")
prefer("2.0.11")
prefer("2.0.12")
}
}
implementation("com.squareup.okhttp3:mockwebserver") {
Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,3)")
prefer("2.0.11")
prefer("2.0.12")
}
}
implementation("com.squareup.okio:okio") {
Expand Down

0 comments on commit fb9f9f3

Please sign in to comment.