aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-09-08 08:22:06 +0000
committerPJ Fanning <fanningpj@apache.org>2022-09-08 08:22:06 +0000
commit5c194baec3b0b50e944cbe1eca2e0dc901b63120 (patch)
tree55554758b490d2601947f259d00173ba174c7e75 /build.xml
parentb52143528ac2f7eab4bd63bc64f4f957d7bb2f31 (diff)
downloadpoi-5c194baec3b0b50e944cbe1eca2e0dc901b63120.tar.gz
poi-5c194baec3b0b50e944cbe1eca2e0dc901b63120.zip
upgrade mockito
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903926 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 b1683441a8..51b15eb050 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.7.0" usage="main-tests"/>
+ <dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.8.0" usage="main-tests"/>
<dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.14" usage="main-tests"/>
<dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.14" usage="main-tests"/>
<dependency prefix="main.objenesis" artifact="org.objenesis:objenesis:3.1" usage="main-tests"/>