Skip to content

Commit

Permalink
Merge pull request #140 from gradle/dependabot/gradle/org.apache.http…
Browse files Browse the repository at this point in the history
…components.client5-httpclient5-5.4

Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4
  • Loading branch information
guylabs authored Sep 20, 2024
2 parents 4a82fbc + 7718f48 commit c6b9df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation("com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.17.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
implementation("org.apache.httpcomponents.client5:httpclient5:5.4")
implementation("org.slf4j:slf4j-api:2.0.16")
runtimeOnly("org.slf4j:slf4j-simple:2.0.16")

Expand Down

0 comments on commit c6b9df2

Please sign in to comment.