Skip to content

Commit 7d05669

Browse files
committed
fix Apache HTTP client constraint
1 parent 64cfc86 commit 7d05669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commercetools/commercetools-apachehttp-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dependencies {
33
api project(":rmf:rmf-java-base")
44
api "org.apache.httpcomponents.client5:httpclient5:5.4.1" version {
5-
strictly "[5.3.1,6.0["
5+
strictly "[5.4.1,6.0["
66
prefer "5.4.1"
77
}
88
api "commons-io:commons-io" version commons.io

0 commit comments

Comments
 (0)