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 @@ -101,7 +101,7 @@ configure([rootProject] + javaProjects) { project ->
101
101
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
102
102
// See https://github.com/spring-projects/spring-framework/issues/27497
103
103
//
104
- // "https://junit.org/junit5/docs/5.10.2 /api/",
104
+ // "https://junit.org/junit5/docs/5.10.4 /api/",
105
105
" https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/" ,
106
106
// "https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
107
107
" https://r2dbc.io/spec/1.0.0.RELEASE/api/" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
api(platform(" org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.13" ))
21
21
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3" ))
22
22
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3" ))
23
- api(platform(" org.junit:junit-bom:5.10.3 " ))
23
+ api(platform(" org.junit:junit-bom:5.10.4 " ))
24
24
api(platform(" org.mockito:mockito-bom:5.12.0" ))
25
25
26
26
constraints {
You can’t perform that action at this time.
0 commit comments