diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-09-11 14:34:51 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-09-11 14:34:51 +0000 |
commit | 67112540b9e7708901fe36461cae81c8cca3bff5 (patch) | |
tree | 379099697b9337909b37c89ca8cb93161e7aad7d /build.gradle | |
parent | d7884a4e0f7e1970f8e1fbb7d8593a4c1813c162 (diff) | |
download | poi-67112540b9e7708901fe36461cae81c8cca3bff5.tar.gz poi-67112540b9e7708901fe36461cae81c8cca3bff5.zip |
commons-compress 1.24.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912246 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 0dff3438b1..c2d3812686 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,7 @@ subprojects { ext { bouncyCastleVersion = '1.76' commonsCodecVersion = '1.16.0' - commonsCompressVersion = '1.23.0' + commonsCompressVersion = '1.24.0' commonsIoVersion = '2.13.0' commonsMathVersion = '3.6.1' junitVersion = '5.10.0' |