diff --git a/build.gradle b/build.gradle index fc1bc477c94..1d06616e845 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ configure([rootProject] + javaProjects) { project -> "https://docs.jboss.org/hibernate/orm/5.6/javadocs/", "https://eclipse.dev/aspectj/doc/latest/runtime-api/", "https://www.quartz-scheduler.org/api/2.3.0/", - "https://hc.apache.org/httpcomponents-client-5.4.x/current/httpclient5/apidocs/", + "https://hc.apache.org/httpcomponents-client-5.5.x/current/httpclient5/apidocs/", "https://projectreactor.io/docs/test/release/api/", "https://junit.org/junit4/javadoc/4.13.2/", "https://junit.org/junit5/docs/5.12.2/api/", diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 4ebcfc9e287..b5da213efb1 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -98,7 +98,7 @@ dependencies { api("org.apache.derby:derby:10.16.1.1") api("org.apache.derby:derbyclient:10.16.1.1") api("org.apache.derby:derbytools:10.16.1.1") - api("org.apache.httpcomponents.client5:httpclient5:5.4.4") + api("org.apache.httpcomponents.client5:httpclient5:5.5") api("org.apache.httpcomponents.core5:httpcore5-reactive:5.3.4") api("org.apache.poi:poi-ooxml:5.2.5") api("org.apache.tomcat.embed:tomcat-embed-core:11.0.7")