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 b810d68 commit 3495ea6Copy full SHA for 3495ea6
commercetools/commercetools-apachehttp-client/build.gradle
@@ -3,7 +3,7 @@ dependencies {
3
api project(":rmf:rmf-java-base")
4
api "org.apache.httpcomponents.client5:httpclient5:5.5" version {
5
strictly "[5.4.4,5.99999]"
6
- prefer "5.4.4"
+ prefer "5.5"
7
}
8
9
api commons.io version commons.io_version
commercetools/commercetools-okhttp-client3/build.gradle
@@ -12,7 +12,7 @@ jmh {
12
dependencies {
13
14
15
- implementation "com.squareup.okio:okio:3.12.0"
+ implementation "com.squareup.okio:okio:3.14.9"
16
api "com.squareup.okhttp3:okhttp:3.14.9" version {
17
strictly "[3.0,3.99999]"
18
prefer "3.14.9"
0 commit comments