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 @@ -77,7 +77,7 @@ configure([rootProject] + javaProjects) { project ->
77
77
" https://docs.jboss.org/hibernate/orm/5.6/javadocs/" ,
78
78
" https://eclipse.dev/aspectj/doc/latest/runtime-api/" ,
79
79
" 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/" ,
81
81
" https://projectreactor.io/docs/test/release/api/" ,
82
82
" https://junit.org/junit4/javadoc/4.13.2/" ,
83
83
" https://junit.org/junit5/docs/5.12.2/api/" ,
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ dependencies {
98
98
api(" org.apache.derby:derby:10.16.1.1" )
99
99
api(" org.apache.derby:derbyclient:10.16.1.1" )
100
100
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 " )
102
102
api(" org.apache.httpcomponents.core5:httpcore5-reactive:5.3.4" )
103
103
api(" org.apache.poi:poi-ooxml:5.2.5" )
104
104
api(" org.apache.tomcat.embed:tomcat-embed-core:11.0.7" )
You can’t perform that action at this time.
0 commit comments