Skip to content

Commit c75887c

Browse files
committed
Merge branch '6.2.x'
2 parents dd094b5 + b0fcde9 commit c75887c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ configure([rootProject] + javaProjects) { project ->
100100
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
101101
// See https://github.com/spring-projects/spring-framework/issues/27497
102102
//
103-
// "https://junit.org/junit5/docs/5.11.3/api/",
103+
// "https://junit.org/junit5/docs/5.11.4/api/",
104104
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
105105
//"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
106106
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",

framework-platform/framework-platform.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.15"))
2121
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0"))
2222
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.7.3"))
23-
api(platform("org.junit:junit-bom:5.11.3"))
23+
api(platform("org.junit:junit-bom:5.11.4"))
2424
api(platform("org.mockito:mockito-bom:5.14.2"))
2525

2626
constraints {

0 commit comments

Comments
 (0)