Skip to content

Commit 264989f

Browse files
committed
Upgrade to JUnit 5.9 RC1
See spring-projectsgh-28752
1 parent 05df491 commit 264989f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configure(allprojects) { project ->
3636
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.7.0"
3737
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.2"
3838
mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.3.3"
39-
mavenBom "org.junit:junit-bom:5.8.2"
39+
mavenBom "org.junit:junit-bom:5.9.0-RC1"
4040
}
4141
dependencies {
4242
dependencySet(group: 'org.apache.logging.log4j', version: '2.17.2') {

0 commit comments

Comments
 (0)