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 authored Oct 18, 2023
1 parent 33db6aa commit 4116357
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 @@ -39,7 +39,7 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp") {
version {
strictly("[4.9,5)")
prefer("4.11.0")
prefer("4.12.0")
}
}
implementation("de.gesellix:docker-remote-api-model-1-41") {
Expand Down

0 comments on commit 4116357

Please sign in to comment.