Skip to content

Commit 0c2fe9a

Browse files
committedAug 28, 2024·
Update httpclient5
1 parent f5ee0eb commit 0c2fe9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎buildSrc/src/main/groovy/au.com.dius.pact.kotlin-common-conventions.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
2828
dependencies {
2929
constraints {
3030
// Define dependency versions as constraints
31-
api 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
32-
api 'org.apache.httpcomponents.client5:httpclient5-fluent:5.2.1'
31+
api 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
32+
api 'org.apache.httpcomponents.client5:httpclient5-fluent:5.3.1'
3333
api 'org.json:json:20240205'
3434
api 'io.pact.plugin.driver:core:0.5.1'
3535
api 'org.apache.tika:tika-core:2.9.1'

0 commit comments

Comments
 (0)
Please sign in to comment.