File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -418,9 +418,9 @@ configurations.all {
418
418
resolutionStrategy. force ' org.codehaus.plexus:plexus-utils:3.3.0'
419
419
resolutionStrategy. force ' org.eclipse.platform:org.eclipse.core.runtime:3.29.0'
420
420
resolutionStrategy. force " org.opensearch.client:opensearch-rest-client:${ opensearch_version} "
421
- resolutionStrategy. force " org.apache.httpcomponents.core5:httpcore5:5.3.1 "
422
- resolutionStrategy. force " org.apache.httpcomponents.core5:httpcore5-h2:5.3.1 "
423
- resolutionStrategy. force " org.apache.httpcomponents.client5:httpclient5:5.4.1 "
421
+ resolutionStrategy. force " org.apache.httpcomponents.core5:httpcore5:${ versions.httpcore5 } "
422
+ resolutionStrategy. force " org.apache.httpcomponents.core5:httpcore5-h2:${ versions.httpcore5 } "
423
+ resolutionStrategy. force " org.apache.httpcomponents.client5:httpclient5:${ versions.httpclient5 } "
424
424
resolutionStrategy. force " com.fasterxml.jackson.core:jackson-databind:${ versions.jackson_databind} "
425
425
resolutionStrategy. force " com.fasterxml.jackson.core:jackson-core:${ versions.jackson_databind} "
426
426
resolutionStrategy. force " jakarta.json:jakarta.json-api:2.1.3"
You can’t perform that action at this time.
0 commit comments