From 06707dca8930b276782523b10d08b33be4517cd7 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Tue, 6 Apr 2021 06:10:33 +0000 Subject: [PATCH] Update JUnit to 5.7.1 and junit-platform to 1.7.1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888416 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 4 ++-- build.xml | 12 ++++++------ sonar/pom.xml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 3545352b61..33272d5d7f 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ configurations { } dependencies { - antLibs("org.junit.jupiter:junit-jupiter:5.7.0") + antLibs("org.junit.jupiter:junit-jupiter:5.7.1") antLibs("org.apache.ant:ant-junitlauncher:1.10.9") } @@ -96,7 +96,7 @@ subprojects { commonsCodecVersion = '1.15' commonsCompressVersion = '1.20' commonsMathVersion = '3.6.1' - junitVersion = '5.7.0' + junitVersion = '5.7.1' log4jVersion = '2.14.0' mockitoVersion = '3.6.0' hamcrestVersion = '2.2' diff --git a/build.xml b/build.xml index 4ff0352e7a..a9e0cd598c 100644 --- a/build.xml +++ b/build.xml @@ -268,14 +268,14 @@ under the License. - - - + + + - - - + + + diff --git a/sonar/pom.xml b/sonar/pom.xml index 1a58984ff9..9e0147ae42 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -80,7 +80,7 @@ 5.0.0 - 5.7.0 + 5.7.1 2.8.2 3.6.28 3.2.0 -- 2.39.5