Skip to content

Commit 602ac90

Browse files
committed
Upgrade to JUnit 5.10.4
1 parent af3a26a commit 602ac90

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
@@ -101,7 +101,7 @@ configure([rootProject] + javaProjects) { project ->
101101
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
102102
// See https://github.com/spring-projects/spring-framework/issues/27497
103103
//
104-
// "https://junit.org/junit5/docs/5.10.2/api/",
104+
// "https://junit.org/junit5/docs/5.10.4/api/",
105105
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
106106
//"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
107107
"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.13"))
2121
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
2222
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
23-
api(platform("org.junit:junit-bom:5.10.3"))
23+
api(platform("org.junit:junit-bom:5.10.4"))
2424
api(platform("org.mockito:mockito-bom:5.12.0"))
2525

2626
constraints {

0 commit comments

Comments
 (0)