File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
111111compileJava {
112112 options. compilerArgs. addAll([" -processor" , ' lombok.launch.AnnotationProcessorHider$AnnotationProcessor' ])
You can’t perform that action at this time.
0 commit comments