Skip to content

Commit

Permalink
Update httpclient5
Browse files Browse the repository at this point in the history
  • Loading branch information
huehnerlady committed Aug 28, 2024
1 parent f5ee0eb commit 0c2fe9a
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'
api 'org.apache.tika:tika-core:2.9.1'
Expand Down

0 comments on commit 0c2fe9a

Please sign in to comment.