Skip to content

Commit f504144

Browse files
authored
GEODE-10577: Upgrade httpcore5 and httpcore5-h2 to 5.3.6 (#8004)
1 parent e6cd1d8 commit f504144

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ class DependencyConstraints {
173173
api(group: 'org.apache.derby', name: 'derby', version: '10.14.2.0')
174174
// Apache HttpComponents 5.x - Modern HTTP client with HTTP/2 support
175175
api(group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.4.4')
176-
api(group: 'org.apache.httpcomponents.core5', name: 'httpcore5', version: '5.3.4')
177-
api(group: 'org.apache.httpcomponents.core5', name: 'httpcore5-h2', version: '5.3.4')
176+
api(group: 'org.apache.httpcomponents.core5', name: 'httpcore5', version: '5.3.6')
177+
api(group: 'org.apache.httpcomponents.core5', name: 'httpcore5-h2', version: '5.3.6')
178178
// Legacy HttpComponents 4.x (keep temporarily during migration, remove after complete)
179179
api(group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13')
180180
api(group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.15')

geode-assembly/src/integrationTest/resources/assembly_content.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,8 +961,8 @@ lib/geode-wan-0.0.0.jar
961961
lib/gfsh-dependencies.jar
962962
lib/hibernate-validator-8.0.2.Final.jar
963963
lib/httpclient5-5.4.4.jar
964-
lib/httpcore5-5.3.4.jar
965-
lib/httpcore5-h2-5.3.4.jar
964+
lib/httpcore5-5.3.6.jar
965+
lib/httpcore5-h2-5.3.6.jar
966966
lib/istack-commons-runtime-4.1.1.jar
967967
lib/jackson-annotations-2.21.jar
968968
lib/jackson-core-2.21.2.jar

geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ lucene-queryparser-9.12.3.jar
6060
lucene-queries-9.12.3.jar
6161
lucene-core-9.12.3.jar
6262
httpclient5-5.4.4.jar
63-
httpcore5-h2-5.3.4.jar
64-
httpcore5-5.3.4.jar
63+
httpcore5-h2-5.3.6.jar
64+
httpcore5-5.3.6.jar
6565
HikariCP-4.0.3.jar
6666
antlr-2.7.7.jar
6767
istack-commons-runtime-4.1.1.jar

geode-server-all/src/integrationTest/resources/dependency_classpath.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jackson-core-2.21.2.jar
2626
jackson-datatype-joda-2.21.2.jar
2727
jackson-databind-2.21.2.jar
2828
httpclient5-5.4.4.jar
29-
httpcore5-h2-5.3.4.jar
30-
httpcore5-5.3.4.jar
29+
httpcore5-h2-5.3.6.jar
30+
httpcore5-5.3.6.jar
3131
HikariCP-4.0.3.jar
3232
commons-lang3-3.18.0.jar
3333
jaxb-runtime-4.0.2.jar

0 commit comments

Comments
 (0)