From cf254c06f6a6324ae7053bf39f2e498054d7b469 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 30 May 2025 15:12:15 +0000 Subject: [PATCH] junit 5.13.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925990 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 8 ++++---- build.xml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index 90ae013a25..5eccd98835 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ configurations { } dependencies { - antLibs("org.junit.jupiter:junit-jupiter:5.12.2") + antLibs("org.junit.jupiter:junit-jupiter:5.13.0") antLibs("org.apache.ant:ant-junitlauncher:1.10.15") } @@ -112,7 +112,7 @@ subprojects { commonsCompressVersion = '1.27.1' commonsIoVersion = '2.19.0' commonsMathVersion = '3.6.1' - junitVersion = '5.12.2' + junitVersion = '5.13.0' log4jVersion = '2.24.3' mockitoVersion = '4.11.0' hamcrestVersion = '3.0' @@ -172,7 +172,7 @@ subprojects { dependencies { testImplementation "org.junit.jupiter:junit-jupiter:${junitVersion}" - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.0' testImplementation "org.mockito:mockito-core:${mockitoVersion}" testImplementation "org.hamcrest:hamcrest:${hamcrestVersion}" testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}" @@ -422,7 +422,7 @@ subprojects { jvmArgs += [ // see https://github.com/java9-modularity/gradle-modules-plugin/issues/97 // opposed to the recommendation there, it doesn't work to add ... to the dependencies - // testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2' + // testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.0' // gradles gradle-worker.jar is still not a JPMS module and thus runs as unnamed module '--add-exports','org.junit.platform.commons/org.junit.platform.commons.util=org.apache.poi.poi', '--add-exports','org.junit.platform.commons/org.junit.platform.commons.util=ALL-UNNAMED', diff --git a/build.xml b/build.xml index f8c8550130..170d77c618 100644 --- a/build.xml +++ b/build.xml @@ -270,14 +270,14 @@ under the License. - - - + + + - - - + + +