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 @@ -97,7 +97,7 @@ configure([rootProject] + javaProjects) { project ->
9797 // TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
9898 // See https://github.com/spring-projects/spring-framework/issues/27497
9999 //
100- // "https://junit.org/junit5/docs/5.14.0 /api/",
100+ // "https://junit.org/junit5/docs/5.14.1 /api/",
101101 " https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/" ,
102102 // "https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
103103 " https://r2dbc.io/spec/1.0.0.RELEASE/api/" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 api(platform(" org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.29" ))
2121 api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1" ))
2222 api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3" ))
23- api(platform(" org.junit:junit-bom:5.14.0 " ))
23+ api(platform(" org.junit:junit-bom:5.14.1 " ))
2424 api(platform(" org.mockito:mockito-bom:5.20.0" ))
2525
2626 constraints {
You can’t perform that action at this time.
0 commit comments