Skip to content

Commit

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

Bump org.apache.httpcomponents.client5:httpclient5 from 5.4 to 5.4.1
  • Loading branch information
guylabs authored Oct 29, 2024
2 parents 87b4529 + bf64714 commit 793ca3c
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.18.1")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("org.apache.httpcomponents.client5:httpclient5:5.4")
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.1")
implementation("org.slf4j:slf4j-api:2.0.16")
runtimeOnly("org.slf4j:slf4j-simple:2.0.16")

Expand Down

0 comments on commit 793ca3c

Please sign in to comment.