We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765a908 commit efa28d5Copy full SHA for efa28d5
build.gradle
@@ -147,7 +147,7 @@ configure([rootProject] + javaProjects) { project ->
147
"https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.14.1/",
148
"https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/2.14.1/",
149
"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/",
+ "https://hc.apache.org/httpcomponents-client-5.4.x/current/httpclient5/apidocs/",
151
"https://projectreactor.io/docs/test/release/api/",
152
"https://junit.org/junit4/javadoc/4.13.2/",
153
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
0 commit comments