Skip to content

Commit 3562a92

Browse files
committed
update ApacheHttpClient
1 parent 05cdd0b commit 3562a92

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

commercetools/commercetools-apachehttp-client/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11

22
dependencies {
33
api project(":rmf:rmf-java-base")
4-
api("org.apache.httpcomponents.client5:httpclient5") {
5-
version {
6-
strictly "[5.0,6.0["
7-
prefer "5.1"
8-
}
4+
api "org.apache.httpcomponents.client5:httpclient5:5.4.1" version {
5+
strictly "[5.3.1,6.0["
6+
prefer "5.4.1"
97
}
108
api "commons-io:commons-io" version commons.io
119

0 commit comments

Comments
 (0)