Upgrade to JUnit 5.6.1

Closes gh-24762
This commit is contained in:
Sam Brannen 2020-03-22 20:56:57 +01:00
parent 5be0db9259
commit 7e7e54b75e
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ configure(allprojects) { project ->
mavenBom "org.eclipse.jetty:jetty-bom:9.4.27.v20200227"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.70"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5"
mavenBom "org.junit:junit-bom:5.6.0"
mavenBom "org.junit:junit-bom:5.6.1"
}
dependencies {
dependencySet(group: 'org.apache.logging.log4j', version: '2.13.1') {
@ -367,7 +367,7 @@ configure([rootProject] + javaProjects) { project ->
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/",
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
"https://junit.org/junit4/javadoc/4.12/",
"https://junit.org/junit5/docs/5.6.0/api/"
"https://junit.org/junit5/docs/5.6.1/api/"
] as String[]
}