From 571845c5b0b97b4f6ad089b09162ef38b86dfe03 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 14 Aug 2024 17:42:53 +0000 Subject: [PATCH] junit 5.11.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919896 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 8523a26bd6..c55f484be2 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ configurations { } dependencies { - antLibs("org.junit.jupiter:junit-jupiter:5.10.3") + antLibs("org.junit.jupiter:junit-jupiter:5.11.0") antLibs("org.apache.ant:ant-junitlauncher:1.10.14") } @@ -123,7 +123,7 @@ subprojects { commonsCompressVersion = '1.27.0' commonsIoVersion = '2.16.1' commonsMathVersion = '3.6.1' - junitVersion = '5.10.3' + junitVersion = '5.11.0' log4jVersion = '2.23.1' mockitoVersion = '4.11.0' hamcrestVersion = '3.0' diff --git a/build.xml b/build.xml index 93f93f9de6..78c3f7b685 100644 --- a/build.xml +++ b/build.xml @@ -270,9 +270,9 @@ under the License. - - - + + +