Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading