Skip to content

Commit

Permalink
Update http-client to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
lojzatran committed Nov 1, 2023
1 parent afd9b7b commit 4458b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ext {
pmdVersion = '6.55.0'
jacocoVersion = '0.8.10'
commercetoolsSyncJava = '10.0.0-beta.4'
httpClientVersion = '14.7.0'
httpClientVersion = '17.0.0'
apacheCliVersion = '1.5.0'
jupiterApiVersion = '5.10.0'
logbackVersion = '1.4.11'
Expand Down Expand Up @@ -65,7 +65,7 @@ tasks.withType(SpotlessTask) {

dependencies {
implementation "com.commercetools:commercetools-sync-java:${commercetoolsSyncJava}"
implementation "com.commercetools.sdk:commercetools-http-client:${httpClientVersion}"
implementation "com.commercetools.sdk:commercetools-okhttp-client4:${httpClientVersion}"
implementation "commons-cli:commons-cli:${apacheCliVersion}"
implementation "ch.qos.logback:logback-classic:${logbackVersion}"
implementation "ch.qos.logback:logback-core:${logbackVersion}"
Expand Down

0 comments on commit 4458b7c

Please sign in to comment.