From e896804683e621cee682284b60020f9e0ab95a67 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 21 Oct 2024 17:04:23 +0000 Subject: [PATCH] junit 5.11.3 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921459 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 4 ++-- build.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 978b8d280e..3a8153a7f7 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ configurations { } dependencies { - antLibs("org.junit.jupiter:junit-jupiter:5.11.2") + antLibs("org.junit.jupiter:junit-jupiter:5.11.3") antLibs("org.apache.ant:ant-junitlauncher:1.10.15") } @@ -123,7 +123,7 @@ subprojects { commonsCompressVersion = '1.27.1' commonsIoVersion = '2.17.0' commonsMathVersion = '3.6.1' - junitVersion = '5.11.2' + junitVersion = '5.11.3' log4jVersion = '2.24.1' mockitoVersion = '4.11.0' hamcrestVersion = '3.0' diff --git a/build.xml b/build.xml index f8ad8ab217..5cc4d4150a 100644 --- a/build.xml +++ b/build.xml @@ -270,9 +270,9 @@ under the License. - - - + + + -- 2.39.5