diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-08-01 15:46:30 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-08-01 15:46:30 +0000 |
commit | fdb8b41fe36b3ae332b151f7e9a7ff244f82f3ca (patch) | |
tree | 8f13152d5fea1cc3d1ad16cd9eb6348fa5917de5 /build.gradle | |
parent | b737d6c03e81959d120f41118f99d1410e6e0f10 (diff) | |
download | poi-fdb8b41fe36b3ae332b151f7e9a7ff244f82f3ca.tar.gz poi-fdb8b41fe36b3ae332b151f7e9a7ff244f82f3ca.zip |
hamcrest 3.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919622 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 de9e32f972..e3964f7cb7 100644 --- a/build.gradle +++ b/build.gradle @@ -126,7 +126,7 @@ subprojects { junitVersion = '5.10.3' log4jVersion = '2.23.1' mockitoVersion = '4.11.0' - hamcrestVersion = '2.2' + hamcrestVersion = '3.0' xmlbeansVersion = '5.2.1' batikVersion = '1.17' graphics2dVersion = '3.0.2' |