Skip to content

Commit 3f3e37e

Browse files
committed
Upgrade to JUnit 5.9
Closes gh-28752
1 parent 3d5003a commit 3f3e37e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ configure(allprojects) { project ->
3535
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.7.10"
3636
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.2"
3737
mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.3.3"
38-
mavenBom "org.junit:junit-bom:5.9.0-RC1"
38+
mavenBom "org.junit:junit-bom:5.9.0"
3939
}
4040
dependencies {
4141
dependencySet(group: 'org.apache.logging.log4j', version: '2.18.0') {
@@ -346,9 +346,9 @@ configure([rootProject] + javaProjects) { project ->
346346
// TODO Uncomment link to JUnit 5 docs once we have sorted out
347347
// the following warning in the build.
348348
//
349-
// warning: The code being documented uses packages in the unnamed module, but the packages defined in https://junit.org/junit5/docs/5.8.1/api/ are in named modules.
349+
// warning: The code being documented uses packages in the unnamed module, but the packages defined in https://junit.org/junit5/docs/5.9.0/api/ are in named modules.
350350
//
351-
// "https://junit.org/junit5/docs/5.8.2/api/",
351+
// "https://junit.org/junit5/docs/5.9.0/api/",
352352
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
353353
"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
354354
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",

0 commit comments

Comments
 (0)