diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-06-22 16:49:00 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-06-22 16:49:00 +0000 |
commit | 606d11be73164020fa15bff5165567bbf9cc91bf (patch) | |
tree | 3ac09cbff2d8d120a15424dfce1e56c5426f8d34 /build.gradle | |
parent | c3d8586079f3156c1784765e701f2431b4c86ec3 (diff) | |
download | poi-606d11be73164020fa15bff5165567bbf9cc91bf.tar.gz poi-606d11be73164020fa15bff5165567bbf9cc91bf.zip |
commons-codec 1.16.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910558 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 76ac74f730..864f776af2 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ subprojects { ext { bouncyCastleVersion = '1.75' - commonsCodecVersion = '1.15' + commonsCodecVersion = '1.16.0' commonsCompressVersion = '1.23.0' commonsIoVersion = '2.13.0' commonsMathVersion = '3.6.1' |