File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 46
46
assertkVersion = ' 0.24'
47
47
awaitilityVersion = ' 4.2.0'
48
48
commonsCompressVersion = ' 1.20'
49
- commonsHttpClientVersion = ' 5.1.3 '
49
+ commonsHttpClientVersion = ' 5.2.1 '
50
50
commonsPoolVersion = ' 2.11.1'
51
51
googleJsr305Version = ' 3.0.2'
52
52
hamcrestVersion = ' 2.2'
@@ -447,6 +447,7 @@ project('spring-rabbit') {
447
447
testImplementation ' io.micrometer:micrometer-tracing-integration-test'
448
448
testImplementation " org.testcontainers:rabbitmq"
449
449
testImplementation ' org.testcontainers:junit-jupiter'
450
+ testImplementation " org.apache.httpcomponents.client5:httpclient5:$commonsHttpClientVersion "
450
451
testRuntimeOnly ' com.fasterxml.jackson.core:jackson-core'
451
452
testRuntimeOnly ' com.fasterxml.jackson.core:jackson-databind'
452
453
testRuntimeOnly ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
You can’t perform that action at this time.
0 commit comments