Skip to content

Commit efa28d5

Browse files
Fix httpcomponents-client-5.4.x for release in build.gradle
1 parent 765a908 commit efa28d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ configure([rootProject] + javaProjects) { project ->
147147
"https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.14.1/",
148148
"https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/2.14.1/",
149149
"https://www.javadoc.io/doc/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.14.1/",
150-
"https://hc.apache.org/httpcomponents-client-5.2.x/current/httpclient5/apidocs/",
150+
"https://hc.apache.org/httpcomponents-client-5.4.x/current/httpclient5/apidocs/",
151151
"https://projectreactor.io/docs/test/release/api/",
152152
"https://junit.org/junit4/javadoc/4.13.2/",
153153
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.

0 commit comments

Comments
 (0)