Skip to content

Commit

Permalink
Merge pull request #1823 from huehnerlady/update-httpclient5
Browse files Browse the repository at this point in the history
Update httpclient5
  • Loading branch information
rholshausen authored Aug 28, 2024
2 parents 7a28b1e + 0c2fe9a commit 122db09
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.2.1'
api 'org.apache.httpcomponents.client5:httpclient5-fluent:5.2.1'
api 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
api 'org.apache.httpcomponents.client5:httpclient5-fluent:5.3.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 122db09

Please sign in to comment.