This is an automated email from the ASF dual-hosted git repository. JinwooHwang pushed a commit to branch support/2.0 in repository https://gitbox.apache.org/repos/asf/geode.git
commit 193cb33bd6ddc2810bcce3d1950c61f0c126b9f2 Author: Jinwoo Hwang <[email protected]> AuthorDate: Thu Apr 16 08:36:03 2026 -0400 GEODE-10577: Upgrade httpcore5 and httpcore5-h2 to 5.3.6 (#8004) (cherry picked from commit f5041441af0ade032c8c866c7cc59d58d12c2fd7) --- .../org/apache/geode/gradle/plugins/DependencyConstraints.groovy | 4 ++-- geode-assembly/src/integrationTest/resources/assembly_content.txt | 4 ++-- .../src/integrationTest/resources/gfsh_dependency_classpath.txt | 4 ++-- .../src/integrationTest/resources/dependency_classpath.txt | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy b/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy index e16a6fedd6..b714686ef9 100644 --- a/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy +++ b/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy @@ -173,8 +173,8 @@ class DependencyConstraints { api(group: 'org.apache.derby', name: 'derby', version: '10.14.2.0') // Apache HttpComponents 5.x - Modern HTTP client with HTTP/2 support api(group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.4.4') - api(group: 'org.apache.httpcomponents.core5', name: 'httpcore5', version: '5.3.4') - api(group: 'org.apache.httpcomponents.core5', name: 'httpcore5-h2', version: '5.3.4') + api(group: 'org.apache.httpcomponents.core5', name: 'httpcore5', version: '5.3.6') + api(group: 'org.apache.httpcomponents.core5', name: 'httpcore5-h2', version: '5.3.6') // Legacy HttpComponents 4.x (keep temporarily during migration, remove after complete) api(group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13') api(group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.15') diff --git a/geode-assembly/src/integrationTest/resources/assembly_content.txt b/geode-assembly/src/integrationTest/resources/assembly_content.txt index bf18c80212..3a4b23d33c 100644 --- a/geode-assembly/src/integrationTest/resources/assembly_content.txt +++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt @@ -961,8 +961,8 @@ lib/geode-wan-0.0.0.jar lib/gfsh-dependencies.jar lib/hibernate-validator-8.0.2.Final.jar lib/httpclient5-5.4.4.jar -lib/httpcore5-5.3.4.jar -lib/httpcore5-h2-5.3.4.jar +lib/httpcore5-5.3.6.jar +lib/httpcore5-h2-5.3.6.jar lib/istack-commons-runtime-4.1.1.jar lib/jackson-annotations-2.21.jar lib/jackson-core-2.21.2.jar diff --git a/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt b/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt index e5fa80c564..2c93d8ee53 100644 --- a/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt +++ b/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt @@ -60,8 +60,8 @@ lucene-queryparser-9.12.3.jar lucene-queries-9.12.3.jar lucene-core-9.12.3.jar httpclient5-5.4.4.jar -httpcore5-h2-5.3.4.jar -httpcore5-5.3.4.jar +httpcore5-h2-5.3.6.jar +httpcore5-5.3.6.jar HikariCP-4.0.3.jar antlr-2.7.7.jar istack-commons-runtime-4.1.1.jar diff --git a/geode-server-all/src/integrationTest/resources/dependency_classpath.txt b/geode-server-all/src/integrationTest/resources/dependency_classpath.txt index 661341dbb3..04ddf2d57b 100644 --- a/geode-server-all/src/integrationTest/resources/dependency_classpath.txt +++ b/geode-server-all/src/integrationTest/resources/dependency_classpath.txt @@ -26,8 +26,8 @@ jackson-core-2.21.2.jar jackson-datatype-joda-2.21.2.jar jackson-databind-2.21.2.jar httpclient5-5.4.4.jar -httpcore5-h2-5.3.4.jar -httpcore5-5.3.4.jar +httpcore5-h2-5.3.6.jar +httpcore5-5.3.6.jar HikariCP-4.0.3.jar commons-lang3-3.18.0.jar jaxb-runtime-4.0.2.jar
