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 Oct 18, 2023
1 parent 1243384 commit d833d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
api("com.squareup.okhttp3:okhttp") {
version {
strictly("[4,5)")
prefer("4.11.0")
prefer("4.12.0")
}
}
listOf(
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
api("com.squareup.okhttp3:okhttp") {
version {
strictly("[4,5)")
prefer("4.11.0")
prefer("4.12.0")
}
}
listOf(
Expand Down

0 comments on commit d833d29

Please sign in to comment.