From d4e3bf43048961a36cc1adc88786e44c91abc026 Mon Sep 17 00:00:00 2001 From: JinwooHwang Date: Thu, 9 Apr 2026 19:34:00 -0400 Subject: [PATCH] GEODE-10577: Upgrade httpcore5 and httpcore5-h2 to 5.3.6 --- .../apache/geode/gradle/plugins/DependencyConstraints.groovy | 4 ++-- .../src/integrationTest/resources/assembly_content.txt | 4 ++-- .../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 b72d06e3b59..9c14fb39f19 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 @@ -172,8 +172,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 6489852bb96..329b12fd2af 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.18.6.jar lib/jackson-core-2.18.6.jar diff --git a/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt b/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt index 98275ee76de..888d33c8a38 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 6f428eb90b7..bff418ce8a0 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.18.6.jar jackson-datatype-joda-2.18.6.jar jackson-databind-2.18.6.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