diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-01-29 21:15:58 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-01-29 21:15:58 +0000 |
commit | a7382f00b948dd627df529aeadc8646ed95f40d3 (patch) | |
tree | 964beedb1981f7fecb43f78e0432f5f7be75ae83 /build.xml | |
parent | e6087ba6af8645f98fc8755ca95b245acf07fe49 (diff) | |
download | poi-a7382f00b948dd627df529aeadc8646ed95f40d3.tar.gz poi-a7382f00b948dd627df529aeadc8646ed95f40d3.zip |
junit-platform 1.9.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907084 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.2" 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.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.junit-pcommons" artifact="org.junit.platform:junit-platform-commons:1.9.2" usage="main-tests"/> + <dependency prefix="main.junit-pengine" artifact="org.junit.platform:junit-platform-engine:1.9.2" usage="main-tests"/> + <dependency prefix="main.junit-plauncher" artifact="org.junit.platform:junit-platform-launcher:1.9.2" usage="main-tests"/> <dependency prefix="main.jmh" artifact="org.openjdk.jmh:jmh-core:1.35" usage="main-tests"/> |