Skip to content

Commit f128c94

Browse files
committed
Upgrade HttpClient Version
1 parent e4caeb1 commit f128c94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ext {
4646
assertkVersion = '0.24'
4747
awaitilityVersion = '4.2.0'
4848
commonsCompressVersion = '1.20'
49-
commonsHttpClientVersion = '5.1.3'
49+
commonsHttpClientVersion = '5.2.1'
5050
commonsPoolVersion = '2.11.1'
5151
googleJsr305Version = '3.0.2'
5252
hamcrestVersion = '2.2'
@@ -447,6 +447,7 @@ project('spring-rabbit') {
447447
testImplementation 'io.micrometer:micrometer-tracing-integration-test'
448448
testImplementation "org.testcontainers:rabbitmq"
449449
testImplementation 'org.testcontainers:junit-jupiter'
450+
testImplementation "org.apache.httpcomponents.client5:httpclient5:$commonsHttpClientVersion"
450451
testRuntimeOnly 'com.fasterxml.jackson.core:jackson-core'
451452
testRuntimeOnly 'com.fasterxml.jackson.core:jackson-databind'
452453
testRuntimeOnly 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'

0 commit comments

Comments
 (0)