Skip to content

Commit 230840a

Browse files
committed
Upgrade to JUnit 5.9.3
1 parent 3b8a9b1 commit 230840a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ configure([rootProject] + javaProjects) { project ->
130130
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
131131
// See https://github.com/spring-projects/spring-framework/issues/27497
132132
//
133-
// "https://junit.org/junit5/docs/5.9.2/api/",
133+
// "https://junit.org/junit5/docs/5.9.3/api/",
134134
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
135135
"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
136136
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",

Diff for: framework-platform/framework-platform.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
api(platform("org.eclipse.jetty:jetty-bom:11.0.14"))
1919
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
21-
api(platform("org.junit:junit-bom:5.9.2"))
21+
api(platform("org.junit:junit-bom:5.9.3"))
2222
api(platform("org.mockito:mockito-bom:5.3.0"))
2323

2424
constraints {

0 commit comments

Comments
 (0)