From: PJ Fanning Date: Sun, 15 Sep 2024 21:12:49 +0000 (+0000) Subject: revert junit upgrade due to CI issues X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b0fa9e5e3e2cae982d1975b3a4f4887ba92599e8;p=poi.git revert junit upgrade due to CI issues git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920698 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index 2eb6d9cec9..bd11131020 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ configurations { } dependencies { - antLibs("org.junit.jupiter:junit-jupiter:5.11.0") + antLibs("org.junit.jupiter:junit-jupiter:5.10.3") antLibs("org.apache.ant:ant-junitlauncher:1.10.15") } @@ -123,7 +123,7 @@ subprojects { commonsCompressVersion = '1.27.1' commonsIoVersion = '2.16.1' commonsMathVersion = '3.6.1' - junitVersion = '5.11.0' + junitVersion = '5.10.3' log4jVersion = '2.23.1' mockitoVersion = '4.11.0' hamcrestVersion = '3.0' diff --git a/build.xml b/build.xml index 90a29756f9..f10e537372 100644 --- a/build.xml +++ b/build.xml @@ -270,9 +270,9 @@ under the License. - - - + + +