Skip to content

Commit 7e7e54b

Browse files
committed
Upgrade to JUnit 5.6.1
Closes gh-24762
1 parent 5be0db9 commit 7e7e54b

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
@@ -33,7 +33,7 @@ configure(allprojects) { project ->
3333
mavenBom "org.eclipse.jetty:jetty-bom:9.4.27.v20200227"
3434
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.70"
3535
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5"
36-
mavenBom "org.junit:junit-bom:5.6.0"
36+
mavenBom "org.junit:junit-bom:5.6.1"
3737
}
3838
dependencies {
3939
dependencySet(group: 'org.apache.logging.log4j', version: '2.13.1') {
@@ -367,7 +367,7 @@ configure([rootProject] + javaProjects) { project ->
367367
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/",
368368
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
369369
"https://junit.org/junit4/javadoc/4.12/",
370-
"https://junit.org/junit5/docs/5.6.0/api/"
370+
"https://junit.org/junit5/docs/5.6.1/api/"
371371
] as String[]
372372
}
373373

0 commit comments

Comments
 (0)