Skip to content

Commit

Permalink
Prefer okhttp 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Dec 17, 2023
1 parent 71a802b commit bcce402
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 @@ -37,7 +37,7 @@ dependencies {
implementation("com.squareup.okhttp3:mockwebserver") {
version {
strictly("[4,5)")
prefer("4.11.0")
prefer("4.12.0")
}
}
api("com.squareup.okhttp3:okhttp") {
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation("com.squareup.okhttp3:mockwebserver") {
version {
strictly("[4,5)")
prefer("4.11.0")
prefer("4.12.0")
}
}
api("com.squareup.okhttp3:okhttp") {
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 @@ -39,7 +39,7 @@ dependencies {
implementation(it) {
version {
strictly("[4,5)")
prefer("4.11.0")
prefer("4.12.0")
}
}
}
Expand Down

0 comments on commit bcce402

Please sign in to comment.