From b5c1a6644c8beccd36bf4fb32a84662a2a0c81be Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 6 Feb 2024 20:18:31 +0000 Subject: [PATCH] junit 5.10.2 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915600 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 89df7ace28..53e77dae90 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ configurations { } dependencies { - antLibs("org.junit.jupiter:junit-jupiter:5.10.1") + antLibs("org.junit.jupiter:junit-jupiter:5.10.2") antLibs("org.apache.ant:ant-junitlauncher:1.10.14") } @@ -123,7 +123,7 @@ subprojects { commonsCompressVersion = '1.25.0' commonsIoVersion = '2.15.1' commonsMathVersion = '3.6.1' - junitVersion = '5.10.1' + junitVersion = '5.10.2' log4jVersion = '2.22.1' mockitoVersion = '4.11.0' hamcrestVersion = '2.2' diff --git a/build.xml b/build.xml index bb2862f252..81a9437e15 100644 --- a/build.xml +++ b/build.xml @@ -270,9 +270,9 @@ under the License. - - - + + + -- 2.39.5