Upgrade to JUnit 5.7.1

Closes gh-26510
This commit is contained in:
Sam Brannen 2021-02-04 21:42:42 +01:00
parent 0d16c9100a
commit 42061d27bd
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ configure(allprojects) { project ->
mavenBom "org.eclipse.jetty:jetty-bom:9.4.36.v20210114" mavenBom "org.eclipse.jetty:jetty-bom:9.4.36.v20210114"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.21" mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.21"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.2" mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.2"
mavenBom "org.junit:junit-bom:5.7.0" mavenBom "org.junit:junit-bom:5.7.1"
} }
dependencies { dependencies {
dependencySet(group: 'org.apache.logging.log4j', version: '2.14.0') { dependencySet(group: 'org.apache.logging.log4j', version: '2.14.0') {
@ -382,7 +382,7 @@ configure([rootProject] + javaProjects) { project ->
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/", "https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
"https://projectreactor.io/docs/test/release/api/", "https://projectreactor.io/docs/test/release/api/",
"https://junit.org/junit4/javadoc/4.13.1/", "https://junit.org/junit4/javadoc/4.13.1/",
"https://junit.org/junit5/docs/5.7.0/api/" "https://junit.org/junit5/docs/5.7.1/api/"
] as String[] ] as String[]
} }