Skip to content

Commit 66f8eb0

Browse files
committed
Upgrade to HttpComponents HttpClient 5.5
Closes gh-34941
1 parent 274b97c commit 66f8eb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ configure([rootProject] + javaProjects) { project ->
9696
"https://fasterxml.github.io/jackson-core/javadoc/2.14/",
9797
"https://fasterxml.github.io/jackson-databind/javadoc/2.14/",
9898
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.14/",
99-
"https://hc.apache.org/httpcomponents-client-5.4.x/current/httpclient5/apidocs/",
99+
"https://hc.apache.org/httpcomponents-client-5.5.x/current/httpclient5/apidocs/",
100100
"https://projectreactor.io/docs/test/release/api/",
101101
"https://junit.org/junit4/javadoc/4.13.2/",
102102
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.

framework-platform/framework-platform.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
api("org.apache.derby:derby:10.16.1.1")
101101
api("org.apache.derby:derbyclient:10.16.1.1")
102102
api("org.apache.derby:derbytools:10.16.1.1")
103-
api("org.apache.httpcomponents.client5:httpclient5:5.4.4")
103+
api("org.apache.httpcomponents.client5:httpclient5:5.5")
104104
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.3.4")
105105
api("org.apache.poi:poi-ooxml:5.2.5")
106106
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.28")

0 commit comments

Comments
 (0)