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 @@ -83,7 +83,7 @@ configure([rootProject] + javaProjects) { project ->
83
83
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
84
84
// See https://github.com/spring-projects/spring-framework/issues/27497
85
85
//
86
- // "https://junit.org/junit5/docs/5.12.0 /api/",
86
+ // "https://junit.org/junit5/docs/5.12.1 /api/",
87
87
" https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/" ,
88
88
// "https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
89
89
" https://r2dbc.io/spec/1.0.0.RELEASE/api/" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
api(platform(" org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.alpha1" ))
20
20
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1" ))
21
21
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0" ))
22
- api(platform(" org.junit:junit-bom:5.12.0 " ))
22
+ api(platform(" org.junit:junit-bom:5.12.1 " ))
23
23
api(platform(" org.mockito:mockito-bom:5.16.0" ))
24
24
25
25
constraints {
You can’t perform that action at this time.
0 commit comments