From 134c0e29167e3d80b7cc3e94ac39691f08e2cc07 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 22 Sep 2021 22:08:38 +0200 Subject: [PATCH] Upgrade to JUnit 5.8.1 Closes gh-27450 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 33b6227dabb..81193a9f2f1 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ configure(allprojects) { project -> mavenBom "org.jetbrains.kotlin:kotlin-bom:1.5.30" mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.2" mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.2" - mavenBom "org.junit:junit-bom:5.8.0" + mavenBom "org.junit:junit-bom:5.8.1" } dependencies { dependencySet(group: 'org.apache.logging.log4j', version: '2.14.1') { @@ -384,7 +384,7 @@ configure([rootProject] + javaProjects) { project -> "https://hc.apache.org/httpcomponents-client-5.1.x/current/httpclient5/apidocs/", "https://projectreactor.io/docs/test/release/api/", "https://junit.org/junit4/javadoc/4.13.2/", - "https://junit.org/junit5/docs/5.8.0/api/", + "https://junit.org/junit5/docs/5.8.1/api/", "https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/", "https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/", "https://r2dbc.io/spec/0.8.5.RELEASE/api/"