aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-11-22 13:41:58 +0000
committerPJ Fanning <fanningpj@apache.org>2021-11-22 13:41:58 +0000
commit23864119ba19dc5acaab9fb01bd9991879034d97 (patch)
treebb54dbb62152444930d2a95796d2fe16b3c8f0cc /build.xml
parent53800f9dbb79f941a5df3312689a3cfe450b9fd3 (diff)
downloadpoi-23864119ba19dc5acaab9fb01bd9991879034d97.tar.gz
poi-23864119ba19dc5acaab9fb01bd9991879034d97.zip
upgrade mockito
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895258 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 4664590125..9d76171525 100644
--- a/build.xml
+++ b/build.xml
@@ -284,7 +284,7 @@ under the License.
<dependency prefix="main.jmhAnnotation" artifact="org.openjdk.jmh:jmh-generator-annprocess:1.33" 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.3" usage="main-tests"/>
- <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.0.0" usage="main-tests"/>
+ <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.1.0" usage="main-tests"/>
<dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.1" usage="main-tests"/>
<dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.1" usage="main-tests"/>
<dependency prefix="main.objenesis" artifact="org.objenesis:objenesis:3.1" usage="main-tests"/>
@@ -675,6 +675,7 @@ under the License.
</fileset>
<fileset dir="${basedir}/lib/main-tests">
<include name="mockito-core-3*.jar"/>
+ <include name="mockito-core-4.0*.jar"/>
<include name="hamcrest-core*"/>
<include name="junit-4*.jar"/>
<include name="*slf4j*.jar"/>