Upgrade to JUnit 5.10

Closes gh-30970
This commit is contained in:
Sam Brannen
2023-08-01 10:15:38 +03:00
parent bcff7d74cd
commit af1c06917d
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ configure([rootProject] + javaProjects) { project ->
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
// See https://github.com/spring-projects/spring-framework/issues/27497
//
// "https://junit.org/junit5/docs/5.9.3/api/",
// "https://junit.org/junit5/docs/5.10.0/api/",
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",

View File

@@ -18,7 +18,7 @@ dependencies {
api(platform("org.eclipse.jetty:jetty-bom:11.0.15"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.2"))
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.5.1"))
api(platform("org.junit:junit-bom:5.9.3"))
api(platform("org.junit:junit-bom:5.10.0"))
api(platform("org.mockito:mockito-bom:5.4.0"))
constraints {