Skip to content

Commit

Permalink
Forcing httpclient to 4.5.14
Browse files Browse the repository at this point in the history
Signed-off-by: Max Ksyunz <[email protected]>
  • Loading branch information
MaxKsyunz committed Jul 7, 2023
1 parent 137abd6 commit 6a8f4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ configurations.all {
resolutionStrategy.force "joda-time:joda-time:2.10.12"
resolutionStrategy.force "org.slf4j:slf4j-api:1.7.36"
resolutionStrategy.force "org.apache.httpcomponents:httpcore:4.4.15"
resolutionStrategy.force "org.apache.httpcomponents:httpclient:4.5.13"
resolutionStrategy.force "org.apache.httpcomponents:httpclient:4.5.14"
}
compileJava {
options.compilerArgs.addAll(["-processor", 'lombok.launch.AnnotationProcessorHider$AnnotationProcessor'])
Expand Down

0 comments on commit 6a8f4fe

Please sign in to comment.