Skip to content

Commit

Permalink
Prefer OkHttp 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Apr 28, 2023
1 parent 59a5262 commit a2015ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ dependencies {
implementation("com.squareup.okhttp3:mockwebserver") {
version {
strictly("[4,5)")
prefer("4.10.0")
prefer("4.11.0")
}
}
api("com.squareup.okhttp3:okhttp") {
version {
strictly("[4,5)")
prefer("4.10.0")
prefer("4.11.0")
}
}
listOf(
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.10.0")
prefer("4.11.0")
}
}
}
Expand Down

0 comments on commit a2015ab

Please sign in to comment.