Skip to content

Commit 242b306

Browse files
committed
Forcing httpclient to 4.5.14
Signed-off-by: Max Ksyunz <max.ksyunz@improving.com>
1 parent 137abd6 commit 242b306

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

integ-test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ configurations.all {
7777
resolutionStrategy.force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
7878
resolutionStrategy.force "com.squareup.okhttp3:okhttp:4.9.3"
7979
resolutionStrategy.force "org.apache.httpcomponents:httpcore:4.4.13"
80+
resolutionStrategy.force "org.apache.httpcomponents:httpclient:4.5.14"
8081
resolutionStrategy.force "joda-time:joda-time:2.10.12"
8182
resolutionStrategy.force "org.slf4j:slf4j-api:1.7.36"
8283
}

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ configurations.all {
106106
resolutionStrategy.force "joda-time:joda-time:2.10.12"
107107
resolutionStrategy.force "org.slf4j:slf4j-api:1.7.36"
108108
resolutionStrategy.force "org.apache.httpcomponents:httpcore:4.4.15"
109-
resolutionStrategy.force "org.apache.httpcomponents:httpclient:4.5.13"
109+
resolutionStrategy.force "org.apache.httpcomponents:httpclient:4.5.14"
110110
}
111111
compileJava {
112112
options.compilerArgs.addAll(["-processor", 'lombok.launch.AnnotationProcessorHider$AnnotationProcessor'])

0 commit comments

Comments
 (0)