Skip to content

Commit 42061d2

Browse files
committed
Upgrade to JUnit 5.7.1
Closes gh-26510
1 parent 0d16c91 commit 42061d2

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
@@ -34,7 +34,7 @@ configure(allprojects) { project ->
3434
mavenBom "org.eclipse.jetty:jetty-bom:9.4.36.v20210114"
3535
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.21"
3636
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.2"
37-
mavenBom "org.junit:junit-bom:5.7.0"
37+
mavenBom "org.junit:junit-bom:5.7.1"
3838
}
3939
dependencies {
4040
dependencySet(group: 'org.apache.logging.log4j', version: '2.14.0') {
@@ -382,7 +382,7 @@ configure([rootProject] + javaProjects) { project ->
382382
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
383383
"https://projectreactor.io/docs/test/release/api/",
384384
"https://junit.org/junit4/javadoc/4.13.1/",
385-
"https://junit.org/junit5/docs/5.7.0/api/"
385+
"https://junit.org/junit5/docs/5.7.1/api/"
386386
] as String[]
387387
}
388388

0 commit comments

Comments
 (0)