Skip to content

Commit

Permalink
Prefer OkHttp 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jun 19, 2022
1 parent a6e27ef commit e7a7945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp") {
version {
strictly("[4.9,5)")
prefer("4.9.3")
prefer("4.10.0")
}
}
implementation("de.gesellix:docker-remote-api-model-1-41") {
Expand Down

0 comments on commit e7a7945

Please sign in to comment.