aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-07-14 18:57:24 +0000
committerPJ Fanning <fanningpj@apache.org>2021-07-14 18:57:24 +0000
commit567b5747421f10db984b7cd46e810608340a96e5 (patch)
tree4dcfe9a198fa6390eb0931661296639d142c35b1 /build.gradle
parentc8a8b1e2528632e8554d714f2ee5a5e18140c75c (diff)
downloadpoi-567b5747421f10db984b7cd46e810608340a96e5.tar.gz
poi-567b5747421f10db984b7cd46e810608340a96e5.zip
compress-compress 1.21
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 1c34b403fa..8d19892cd3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -102,7 +102,7 @@ subprojects {
ext {
bouncyCastleVersion = '1.69'
commonsCodecVersion = '1.15'
- commonsCompressVersion = '1.20'
+ commonsCompressVersion = '1.21'
commonsIoVersion = '2.11.0'
commonsMathVersion = '3.6.1'
junitVersion = '5.7.1'