Skip to content

Commit 34129f3

Browse files
committed
Upgrade to JUnit 5.12
Closes gh-34416
1 parent 7c4594c commit 34129f3

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
@@ -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.11.4/api/",
100+
// "https://junit.org/junit5/docs/5.12.0/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/",

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.11.4"))
22+
api(platform("org.junit:junit-bom:5.12.0"))
2323
api(platform("org.mockito:mockito-bom:5.15.2"))
2424

2525
constraints {

0 commit comments

Comments
 (0)