Skip to content

Commit

Permalink
Prefer slf4j-api 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Aug 18, 2024
1 parent 8bd903d commit 3272273
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.13")
prefer("2.0.16")
}
}
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.13")
prefer("2.0.16")
}
}
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.13")
prefer("2.0.16")
}
}
implementation("com.squareup.okio:okio") {
Expand Down
2 changes: 1 addition & 1 deletion integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,3)")
prefer("2.0.13")
prefer("2.0.16")
}
}
listOf(
Expand Down

0 comments on commit 3272273

Please sign in to comment.