From: PJ Fanning Date: Sun, 15 Sep 2024 21:19:00 +0000 (+0000) Subject: try jupiter junit 5.11.0 again X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e788f0832b4955ca26683d15f009b16d8b6564e2;p=poi.git try jupiter junit 5.11.0 again git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920700 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index d26cca5f74..8b55f5b160 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.15") } @@ -123,7 +123,7 @@ subprojects { commonsCompressVersion = '1.27.1' 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' @@ -432,7 +432,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.10.1' + // testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.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 f10e537372..10856ac413 100644 --- a/build.xml +++ b/build.xml @@ -270,14 +270,14 @@ under the License. - - - + + + - - - + + +