diff options
author | Dominik Stadler <centic@apache.org> | 2022-11-13 19:22:25 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2022-11-13 19:22:25 +0000 |
commit | 00092c21ddd167accdfe5505b6198a89d6db78ba (patch) | |
tree | 70db47ed4dce4f1de8cd772bef6f8f539ac24a97 /build.xml | |
parent | 5fb3315ff32b42e373f4fe32ec2f558f53ee2ea7 (diff) | |
download | poi-00092c21ddd167accdfe5505b6198a89d6db78ba.tar.gz poi-00092c21ddd167accdfe5505b6198a89d6db78ba.zip |
Update JUnit5 fully to 5.9.1/1.9.1
Otherwise some tests fail when run via Ant
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905277 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -275,9 +275,9 @@ under the License. <dependency prefix="main.junit-params" artifact="org.junit.jupiter:junit-jupiter-params:5.9.1" usage="main-tests"/> <dependency prefix="main.junit-opentest4j" artifact="org.opentest4j:opentest4j:1.2.0" usage="main-tests"/> <dependency prefix="main.junit-apiguardian" artifact="org.apiguardian:apiguardian-api:1.1.0" usage="main-tests"/> - <dependency prefix="main.junit-pcommons" artifact="org.junit.platform:junit-platform-commons:1.9.0" usage="main-tests"/> - <dependency prefix="main.junit-pengine" artifact="org.junit.platform:junit-platform-engine:1.9.0" usage="main-tests"/> - <dependency prefix="main.junit-plauncher" artifact="org.junit.platform:junit-platform-launcher:1.9.0" usage="main-tests"/> + <dependency prefix="main.junit-pcommons" artifact="org.junit.platform:junit-platform-commons:1.9.1" usage="main-tests"/> + <dependency prefix="main.junit-pengine" artifact="org.junit.platform:junit-platform-engine:1.9.1" usage="main-tests"/> + <dependency prefix="main.junit-plauncher" artifact="org.junit.platform:junit-platform-launcher:1.9.1" usage="main-tests"/> <dependency prefix="main.jmh" artifact="org.openjdk.jmh:jmh-core:1.35" usage="main-tests"/> |