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 {
418418 resolutionStrategy. force ' org.codehaus.plexus:plexus-utils:3.3.0'
419419 resolutionStrategy. force ' org.eclipse.platform:org.eclipse.core.runtime:3.29.0'
420420 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 } "
424424 resolutionStrategy. force " com.fasterxml.jackson.core:jackson-databind:${ versions.jackson_databind} "
425425 resolutionStrategy. force " com.fasterxml.jackson.core:jackson-core:${ versions.jackson_databind} "
426426 resolutionStrategy. force " jakarta.json:jakarta.json-api:2.1.3"
You can’t perform that action at this time.
0 commit comments