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 85ecb77 commit 9c8a2fcCopy full SHA for 9c8a2fc
2 files changed
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.6.2" version {
5
strictly "[5.4.4,5.99999]"
6
- prefer "5.5"
+ prefer "5.6.2"
7
}
8
9
api commons.io version commons.io_version
commercetools/commercetools-okhttp-client5/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
14
api "com.squareup.okhttp3:okhttp:5.4.0" version {
15
strictly '[5.0,5.99999]'
16
- prefer "5.3.2"
+ prefer "5.4.0"
17
18
implementation "com.squareup.okio:okio:3.17.0"
19
0 commit comments