File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ configure([rootProject] + javaProjects) { project ->
96
96
" https://fasterxml.github.io/jackson-core/javadoc/2.14/" ,
97
97
" https://fasterxml.github.io/jackson-databind/javadoc/2.14/" ,
98
98
" 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/" ,
100
100
" https://projectreactor.io/docs/test/release/api/" ,
101
101
" https://junit.org/junit4/javadoc/4.13.2/" ,
102
102
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ dependencies {
100
100
api(" org.apache.derby:derby:10.16.1.1" )
101
101
api(" org.apache.derby:derbyclient:10.16.1.1" )
102
102
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 " )
104
104
api(" org.apache.httpcomponents.core5:httpcore5-reactive:5.3.4" )
105
105
api(" org.apache.poi:poi-ooxml:5.2.5" )
106
106
api(" org.apache.tomcat.embed:tomcat-embed-core:10.1.28" )
You can’t perform that action at this time.
0 commit comments