aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2022-07-29 17:55:02 +0000
committerDominik Stadler <centic@apache.org>2022-07-29 17:55:02 +0000
commitf5ae78aa8649573ceedb33a63333d24e555be123 (patch)
treec183e860cc83dfab1d5f5d97afcea4362c1f50d5 /build.xml
parent096f7454e2b845f5b57116ecb6ae60b7d3ac4f30 (diff)
downloadpoi-f5ae78aa8649573ceedb33a63333d24e555be123.tar.gz
poi-f5ae78aa8649573ceedb33a63333d24e555be123.zip
Update Junit Platform to 1.8.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index c8737c843e..cf4edf170d 100644
--- a/build.xml
+++ b/build.xml
@@ -275,9 +275,9 @@ under the License.
<dependency prefix="main.junit-params" artifact="org.junit.jupiter:junit-jupiter-params:5.9.0" 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.8.1" usage="main-tests"/>
- <dependency prefix="main.junit-pengine" artifact="org.junit.platform:junit-platform-engine:1.8.1" usage="main-tests"/>
- <dependency prefix="main.junit-plauncher" artifact="org.junit.platform:junit-platform-launcher:1.8.1" usage="main-tests"/>
+ <dependency prefix="main.junit-pcommons" artifact="org.junit.platform:junit-platform-commons:1.8.2" usage="main-tests"/>
+ <dependency prefix="main.junit-pengine" artifact="org.junit.platform:junit-platform-engine:1.8.2" usage="main-tests"/>
+ <dependency prefix="main.junit-plauncher" artifact="org.junit.platform:junit-platform-launcher:1.8.2" usage="main-tests"/>
<dependency prefix="main.jmh" artifact="org.openjdk.jmh:jmh-core:1.35" usage="main-tests"/>