Skip to content

Commit ae13eac

Browse files
committed
Merge branch '6.2.x'
2 parents d2a8b56 + ec48828 commit ae13eac

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
@@ -83,7 +83,7 @@ configure([rootProject] + javaProjects) { project ->
8383
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
8484
// See https://github.com/spring-projects/spring-framework/issues/27497
8585
//
86-
// "https://junit.org/junit5/docs/5.12.0/api/",
86+
// "https://junit.org/junit5/docs/5.12.1/api/",
8787
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
8888
//"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
8989
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",

framework-platform/framework-platform.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.alpha1"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1"))
2121
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"))
2323
api(platform("org.mockito:mockito-bom:5.16.0"))
2424

2525
constraints {

0 commit comments

Comments
 (0)