Skip to content

Commit 9c8a2fc

Browse files
committed
update preferred http client versions
1 parent 85ecb77 commit 9c8a2fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

commercetools/commercetools-apachehttp-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencies {
33
api project(":rmf:rmf-java-base")
44
api "org.apache.httpcomponents.client5:httpclient5:5.6.2" version {
55
strictly "[5.4.4,5.99999]"
6-
prefer "5.5"
6+
prefer "5.6.2"
77
}
88

99
api commons.io version commons.io_version

commercetools/commercetools-okhttp-client5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
api project(":rmf:rmf-java-base")
1414
api "com.squareup.okhttp3:okhttp:5.4.0" version {
1515
strictly '[5.0,5.99999]'
16-
prefer "5.3.2"
16+
prefer "5.4.0"
1717
}
1818
implementation "com.squareup.okio:okio:3.17.0"
1919

0 commit comments

Comments
 (0)