We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fd705 commit 037a3d9Copy full SHA for 037a3d9
commercetools/commercetools-okhttp-client3/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
api project(":rmf:rmf-java-base")
14
15
implementation "com.squareup.okio:okio:3.14.0"
16
- api "com.squareup.okhttp3:okhttp:3.14.9" version {
+ api "com.squareup.okhttp3:okhttp:5.1.0" version {
17
strictly "[3.0,3.99999]"
18
prefer "3.14.9"
19
}
commercetools/commercetools-okhttp-client4/build.gradle
@@ -11,7 +11,7 @@ jmh {
11
12
dependencies {
- api "com.squareup.okhttp3:okhttp:4.12.0" version {
strictly '[4.0,4.99999]'
prefer "4.12.0"
0 commit comments