aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-01-26 12:59:23 +0000
committerPJ Fanning <fanningpj@apache.org>2022-01-26 12:59:23 +0000
commit1a81a559b6d87b6a67ec1d34ad5243de1c2100a0 (patch)
tree737e1f68b0c07aae97138b653a9b7e424c7d1370 /build.xml
parenta56a6ba924e5454c1a1a28262288916b1efe371e (diff)
downloadpoi-1a81a559b6d87b6a67ec1d34ad5243de1c2100a0.tar.gz
poi-1a81a559b6d87b6a67ec1d34ad5243de1c2100a0.zip
update test deps
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index d92f77f010..4f1cc8c9e5 100644
--- a/build.xml
+++ b/build.xml
@@ -283,8 +283,8 @@ under the License.
<dependency prefix="main.jmh" artifact="org.openjdk.jmh:jmh-core:1.34" usage="main-tests"/>
<dependency prefix="main.jmhAnnotation" artifact="org.openjdk.jmh:jmh-generator-annprocess:1.34" usage="main-tests"/>
<dependency prefix="main.hamcrest" artifact="org.hamcrest:hamcrest:2.2" usage="main-tests"/>
- <dependency prefix="main.xmlunit" artifact="org.xmlunit:xmlunit-core:2.8.4" usage="main-tests"/>
- <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.3.0" usage="main-tests"/>
+ <dependency prefix="main.xmlunit" artifact="org.xmlunit:xmlunit-core:2.9.0" usage="main-tests"/>
+ <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.3.1" usage="main-tests"/>
<dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.3" usage="main-tests"/>
<dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.3" usage="main-tests"/>
<dependency prefix="main.objenesis" artifact="org.objenesis:objenesis:3.1" usage="main-tests"/>