Skip to content

Commit

Permalink
update ApacheHttpClient
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Jan 22, 2025
1 parent 05cdd0b commit 3562a92
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions commercetools/commercetools-apachehttp-client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@

dependencies {
api project(":rmf:rmf-java-base")
api("org.apache.httpcomponents.client5:httpclient5") {
version {
strictly "[5.0,6.0["
prefer "5.1"
}
api "org.apache.httpcomponents.client5:httpclient5:5.4.1" version {
strictly "[5.3.1,6.0["
prefer "5.4.1"
}
api "commons-io:commons-io" version commons.io

Expand Down

0 comments on commit 3562a92

Please sign in to comment.