Skip to content

Commit

Permalink
Revert "Update Apache HttpClient to 5.2.1"
Browse files Browse the repository at this point in the history
This reverts commit 56d9d2c.

We will upgrade later.
  • Loading branch information
michel-kraemer committed Jan 17, 2023
1 parent 01f05e0 commit b3fa29f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,12 @@ configurations {

dependencies {
shadow gradleApi()
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.1.3'

// Disable logging. This avoids slf4j warning and might also improve download performance.
// See issue 141 (https://github.com/michel-kraemer/gradle-download-task/issues/141)
implementation 'org.slf4j:slf4j-nop:2.0.6'

testImplementation "commons-codec:commons-codec:1.15"
testImplementation "commons-io:commons-io:2.11.0"
testImplementation "com.github.tomakehurst:wiremock-jre8:2.35.0"
testImplementation "org.assertj:assertj-core:3.23.1"
Expand Down

0 comments on commit b3fa29f

Please sign in to comment.