Skip to content

Commit dc26968

Browse files
committed
Upgrade to JUnit 5.7
Closes gh-25527
1 parent ef10ac6 commit dc26968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ configure(allprojects) { project ->
3131
mavenBom "org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
3232
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.0"
3333
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.9"
34-
mavenBom "org.junit:junit-bom:5.7.0-RC1"
34+
mavenBom "org.junit:junit-bom:5.7.0"
3535
}
3636
dependencies {
3737
dependencySet(group: 'org.apache.logging.log4j', version: '2.13.3') {
@@ -375,7 +375,7 @@ configure([rootProject] + javaProjects) { project ->
375375
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/",
376376
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
377377
"https://junit.org/junit4/javadoc/4.13/",
378-
"https://junit.org/junit5/docs/5.6.2/api/"
378+
"https://junit.org/junit5/docs/5.7.0/api/"
379379
] as String[]
380380
}
381381

0 commit comments

Comments
 (0)