aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-05-23 10:58:54 +0000
committerPJ Fanning <fanningpj@apache.org>2024-05-23 10:58:54 +0000
commit19b9510beda01c0fe8c05368105c9d691b3c87d1 (patch)
tree9d69b3ebe10b91d66dd04f4559422932748a826e /build.gradle
parent156371540ff7a322a3feabb387e0d5bccb1868f0 (diff)
downloadpoi-19b9510beda01c0fe8c05368105c9d691b3c87d1.tar.gz
poi-19b9510beda01c0fe8c05368105c9d691b3c87d1.zip
commons-compress 1.26.2 is not yet officially released
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917923 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 317956dd50..33fb277206 100644
--- a/build.gradle
+++ b/build.gradle
@@ -120,7 +120,7 @@ subprojects {
ext {
bouncyCastleVersion = '1.78.1'
commonsCodecVersion = '1.17.0'
- commonsCompressVersion = '1.26.2'
+ commonsCompressVersion = '1.26.1'
commonsIoVersion = '2.16.1'
commonsMathVersion = '3.6.1'
junitVersion = '5.10.2'