summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-12-16 19:57:16 +0000
committerPJ Fanning <fanningpj@apache.org>2021-12-16 19:57:16 +0000
commitd4a798a0faac9825887ce8f13f8e23c0a3edd6b6 (patch)
tree93dea7bc7e752af81e1f5601d76bfde21538c8d9 /build.xml
parentc720bb63349116010da8ac40a480b1e07c180559 (diff)
downloadpoi-d4a798a0faac9825887ce8f13f8e23c0a3edd6b6.tar.gz
poi-d4a798a0faac9825887ce8f13f8e23c0a3edd6b6.zip
upgrade mockito
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 0728673b09..a42ec5ad9d 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.1.0" usage="main-tests"/>
+ <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.2.0" 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"/>