Skip to content

Commit

Permalink
Update Apache HttpClient to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Feb 7, 2023
1 parent 8ab398c commit 1c0e487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ configurations {

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

// 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:1.7.36'

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.24.2"
Expand Down

0 comments on commit 1c0e487

Please sign in to comment.