From 3aa7f457382820b542904c45b02eaa09f3886d24 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 14 Apr 2020 14:49:11 +0200 Subject: [PATCH] Upgrade to JUnit 5.6.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 25c1f9aabd..d976d5cd5e 100644 --- a/build.gradle +++ b/build.gradle @@ -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.71" mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5" - mavenBom "org.junit:junit-bom:5.6.1" + mavenBom "org.junit:junit-bom:5.6.2" } 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.1/api/" + "https://junit.org/junit5/docs/5.6.2/api/" ] as String[] }