aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-06-03 09:16:40 +0000
committerPJ Fanning <fanningpj@apache.org>2022-06-03 09:16:40 +0000
commit1981ad478eea82feb7f51cf63ff1a07fdec64a5f (patch)
tree79bdb69503e5dac750be0bcac87dc46cc12e6b87 /build.xml
parentc7e85c3db2139140a25b4fb33ba42ef460caf00a (diff)
downloadpoi-1981ad478eea82feb7f51cf63ff1a07fdec64a5f.tar.gz
poi-1981ad478eea82feb7f51cf63ff1a07fdec64a5f.zip
upgrade mockito
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901589 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 2e6cc5976d..814b1d9b5b 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.35" 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.9.0" usage="main-tests"/>
- <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.6.0" usage="main-tests"/>
+ <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.6.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"/>