Skip to content

Commit

Permalink
upgrading httpclient5 and httpcore5 with core version
Browse files Browse the repository at this point in the history
Signed-off-by: Dhrubo Saha <[email protected]>
  • Loading branch information
dhrubo-os committed Jan 13, 2025
1 parent 7b5e8a7 commit 1a82397
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ buildscript {

opensearch_java_version = '2.19.0'
log4j_version = '2.24.3'
apache_http_components_version = '5.4.1'
apache_http_core_version = '5.3.2'
aws_sdk_version = '2.29.50'
junit_version = '5.11.4'
mockito_version = '5.15.2'
Expand Down Expand Up @@ -98,8 +96,8 @@ subprojects {
implementation "com.fasterxml.jackson.core:jackson-core:${versions.jackson_databind}"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${versions.jackson_databind}"

implementation "org.apache.httpcomponents.client5:httpclient5:${apache_http_components_version}"
implementation "org.apache.httpcomponents.core5:httpcore5:${apache_http_core_version}"
implementation "org.apache.httpcomponents.client5:httpclient5:${versions.httpclient5}"
implementation "org.apache.httpcomponents.core5:httpcore5:${versions.httpcore5}"

testImplementation "org.opensearch.test:framework:${opensearch_version}"
testImplementation "org.junit.jupiter:junit-jupiter:${junit_version}"
Expand Down

0 comments on commit 1a82397

Please sign in to comment.