Skip to content

Commit 387677e

Browse files
committed
Upgrade to JUnit 5.12
Closes gh-34416
1 parent 4a31486 commit 387677e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'io.github.goooler.shadow' version '8.1.8' apply false
1010
id 'me.champeau.jmh' version '0.7.2' apply false
1111
id 'me.champeau.mrjar' version '0.1.1'
12-
id "net.ltgt.errorprone" version "3.1.0" apply false
12+
id "net.ltgt.errorprone" version "4.1.0" apply false
1313
}
1414

1515
ext {
@@ -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.4/api/",
105+
// "https://junit.org/junit5/docs/5.12.0/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.17"))
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.4"))
23+
api(platform("org.junit:junit-bom:5.12.0"))
2424
api(platform("org.mockito:mockito-bom:5.16.0"))
2525

2626
constraints {

0 commit comments

Comments
 (0)