Skip to content

Commit af1c069

Browse files
committed
Upgrade to JUnit 5.10
Closes gh-30970
1 parent bcff7d7 commit af1c069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ configure([rootProject] + javaProjects) { project ->
9898
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
9999
// See https://github.com/spring-projects/spring-framework/issues/27497
100100
//
101-
// "https://junit.org/junit5/docs/5.9.3/api/",
101+
// "https://junit.org/junit5/docs/5.10.0/api/",
102102
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
103103
"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
104104
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",

framework-platform/framework-platform.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
api(platform("org.eclipse.jetty:jetty-bom:11.0.15"))
1919
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.2"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.5.1"))
21-
api(platform("org.junit:junit-bom:5.9.3"))
21+
api(platform("org.junit:junit-bom:5.10.0"))
2222
api(platform("org.mockito:mockito-bom:5.4.0"))
2323

2424
constraints {

0 commit comments

Comments
 (0)