Skip to content

Commit

Permalink
chore: Upgrade HTTP client to 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Nov 21, 2024
1 parent 8427c34 commit f6b85fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
dependencies {
constraints {
// Define dependency versions as constraints
api 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
api 'org.apache.httpcomponents.client5:httpclient5-fluent:5.3.1'
api 'org.apache.httpcomponents.client5:httpclient5:5.4.1'
api 'org.apache.httpcomponents.client5:httpclient5-fluent:5.4.1'
api 'org.json:json:20240205'
api 'io.pact.plugin.driver:core:0.5.1' // remember also to update implementation
api 'org.apache.tika:tika-core:2.9.1'
Expand Down

0 comments on commit f6b85fc

Please sign in to comment.