File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,14 @@ configure([rootProject] + javaProjects) { project ->
7070 ext. javadocLinks = [
7171 " https://docs.oracle.com/en/java/javase/17/docs/api/" ,
7272 // "https://jakarta.ee/specifications/platform/11/apidocs/",
73- " https://docs.hibernate.org/orm/5.6 /javadocs/" ,
73+ " https://docs.hibernate.org/orm/7.2 /javadocs/" ,
7474 " https://www.quartz-scheduler.org/api/2.3.0/" ,
7575 " https://hc.apache.org/httpcomponents-client-5.5.x/current/httpclient5/apidocs/" ,
76+ " https://projectreactor.io/docs/core/release/api/" ,
7677 " https://projectreactor.io/docs/test/release/api/" ,
7778 " https://junit.org/junit4/javadoc/4.13.2/" ,
78- " https://docs.junit.org/6.0.1 /api/" ,
79- " https://www.reactive-streams.org/reactive-streams-1.0.3 -javadoc/" ,
79+ " https://docs.junit.org/current /api/" ,
80+ " https://www.reactive-streams.org/reactive-streams-1.0.4 -javadoc/" ,
8081 " https://r2dbc.io/spec/1.0.0.RELEASE/api/" ,
8182 " https://jspecify.dev/docs/api/"
8283 ] as String []
You can’t perform that action at this time.
0 commit comments