Skip to content

Commit 2da1f80

Browse files
committed
Merge branch '6.2.x'
2 parents 3be3e4d + 66f8eb0 commit 2da1f80

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
@@ -77,7 +77,7 @@ configure([rootProject] + javaProjects) { project ->
7777
"https://docs.jboss.org/hibernate/orm/5.6/javadocs/",
7878
"https://eclipse.dev/aspectj/doc/latest/runtime-api/",
7979
"https://www.quartz-scheduler.org/api/2.3.0/",
80-
"https://hc.apache.org/httpcomponents-client-5.4.x/current/httpclient5/apidocs/",
80+
"https://hc.apache.org/httpcomponents-client-5.5.x/current/httpclient5/apidocs/",
8181
"https://projectreactor.io/docs/test/release/api/",
8282
"https://junit.org/junit4/javadoc/4.13.2/",
8383
"https://junit.org/junit5/docs/5.12.2/api/",

framework-platform/framework-platform.gradle

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

0 commit comments

Comments
 (0)