Skip to content

Commit 1784ccb

Browse files
committed
Upgrade to JUnit 5.11.3
Closes gh-33764
1 parent 57eb482 commit 1784ccb

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
@@ -102,7 +102,7 @@ configure([rootProject] + javaProjects) { project ->
102102
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
103103
// See https://github.com/spring-projects/spring-framework/issues/27497
104104
//
105-
// "https://junit.org/junit5/docs/5.11.2/api/",
105+
// "https://junit.org/junit5/docs/5.11.3/api/",
106106
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
107107
//"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
108108
"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.8.1"))
2222
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
23-
api(platform("org.junit:junit-bom:5.11.2"))
23+
api(platform("org.junit:junit-bom:5.11.3"))
2424
api(platform("org.mockito:mockito-bom:5.14.1"))
2525

2626
constraints {

0 commit comments

Comments
 (0)