Skip to content

Commit 3495ea6

Browse files
committed
update http client versions
1 parent b810d68 commit 3495ea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5" version {
55
strictly "[5.4.4,5.99999]"
6-
prefer "5.4.4"
6+
prefer "5.5"
77
}
88

99
api commons.io version commons.io_version

commercetools/commercetools-okhttp-client3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jmh {
1212
dependencies {
1313
api project(":rmf:rmf-java-base")
1414

15-
implementation "com.squareup.okio:okio:3.12.0"
15+
implementation "com.squareup.okio:okio:3.14.9"
1616
api "com.squareup.okhttp3:okhttp:3.14.9" version {
1717
strictly "[3.0,3.99999]"
1818
prefer "3.14.9"

0 commit comments

Comments
 (0)