diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-12-15 12:06:39 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-12-15 12:06:39 +0000 |
commit | 2a34e5a31eead69646f8670b6863ce9d176af1cf (patch) | |
tree | 4e99dcfcec8541cb7d6ca8f7c6923f385ed27c0d /build.gradle | |
parent | 0d382b4c67549b553db2563ccd030a6c390db5db (diff) | |
download | poi-2a34e5a31eead69646f8670b6863ce9d176af1cf.tar.gz poi-2a34e5a31eead69646f8670b6863ce9d176af1cf.zip |
upgrade mockito and byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906012 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 556bdc71c1..f62daf4ad1 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ subprojects { commonsMathVersion = '3.6.1' junitVersion = '5.9.0' log4jVersion = '2.19.0' - mockitoVersion = '4.9.0' + mockitoVersion = '4.10.0' hamcrestVersion = '2.2' xmlbeansVersion = '5.1.1' batikVersion = '1.16' |