diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-04-29 15:04:07 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-04-29 15:04:07 +0000 |
commit | fa166a65d7db0e1ff70d95536cb1cb21a61dcc4e (patch) | |
tree | 19c9046444c3ea072ee9b213026ac14d51866a31 /build.gradle | |
parent | 3800aa541814ff77eeba60f4f2e0aeb6974f4f18 (diff) | |
download | poi-fa166a65d7db0e1ff70d95536cb1cb21a61dcc4e.tar.gz poi-fa166a65d7db0e1ff70d95536cb1cb21a61dcc4e.zip |
commons-codec 1.17.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917420 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 519a1731c1..e793051763 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,7 @@ subprojects { ext { bouncyCastleVersion = '1.78.1' - commonsCodecVersion = '1.16.1' + commonsCodecVersion = '1.17.0' commonsCompressVersion = '1.26.1' commonsIoVersion = '2.16.1' commonsMathVersion = '3.6.1' |