diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-05-22 14:06:41 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-05-22 14:06:41 +0000 |
commit | 156371540ff7a322a3feabb387e0d5bccb1868f0 (patch) | |
tree | 146540cbc93c00e8ac881e0ef3aa144f8bcd0970 /build.gradle | |
parent | 7027eb5e8af333d81240ae1e4f6cc2b6083534f9 (diff) | |
download | poi-156371540ff7a322a3feabb387e0d5bccb1868f0.tar.gz poi-156371540ff7a322a3feabb387e0d5bccb1868f0.zip |
commons-compress 1.26.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917903 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 33fb277206..317956dd50 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ subprojects { ext { bouncyCastleVersion = '1.78.1' commonsCodecVersion = '1.17.0' - commonsCompressVersion = '1.26.1' + commonsCompressVersion = '1.26.2' commonsIoVersion = '2.16.1' commonsMathVersion = '3.6.1' junitVersion = '5.10.2' |