File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ configure([rootProject] + javaProjects) { project ->
130
130
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
131
131
// See https://github.com/spring-projects/spring-framework/issues/27497
132
132
//
133
- // "https://junit.org/junit5/docs/5.9.2 /api/",
133
+ // "https://junit.org/junit5/docs/5.9.3 /api/",
134
134
" https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/" ,
135
135
" https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/" ,
136
136
" https://r2dbc.io/spec/1.0.0.RELEASE/api/" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
api(platform(" org.eclipse.jetty:jetty-bom:11.0.14" ))
19
19
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4" ))
20
20
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0" ))
21
- api(platform(" org.junit:junit-bom:5.9.2 " ))
21
+ api(platform(" org.junit:junit-bom:5.9.3 " ))
22
22
api(platform(" org.mockito:mockito-bom:5.3.0" ))
23
23
24
24
constraints {
You can’t perform that action at this time.
0 commit comments