diff options
author | PJ Fanning <fanningpj@apache.org> | 2025-01-07 23:27:58 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2025-01-07 23:27:58 +0000 |
commit | 8d73b7ac2b4dd1555d5859fcf91275f53cad8c59 (patch) | |
tree | 58490f783f1b0d137703bd203421d0b606e02bc3 | |
parent | 91569bd826007dd1a128df152de78d955f38e0cf (diff) | |
download | poi-8d73b7ac2b4dd1555d5859fcf91275f53cad8c59.tar.gz poi-8d73b7ac2b4dd1555d5859fcf91275f53cad8c59.zip |
commons-codec 1.17.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922976 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | build.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 83ae193dd5..e839ed2096 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,7 @@ subprojects { ext { bouncyCastleVersion = '1.79' - commonsCodecVersion = '1.17.1' + commonsCodecVersion = '1.17.2' commonsCompressVersion = '1.27.1' commonsIoVersion = '2.18.0' commonsMathVersion = '3.6.1' @@ -263,7 +263,7 @@ under the License. <!-- jars in the /lib directory, see the fetch-jars target--> - <dependency prefix="main.commons-codec" artifact="commons-codec:commons-codec:1.17.1" usage="main"/> + <dependency prefix="main.commons-codec" artifact="commons-codec:commons-codec:1.17.2" usage="main"/> <dependency prefix="main.commons-collections4" artifact="org.apache.commons:commons-collections4:4.4" usage="main"/> <dependency prefix="main.commons-math3" artifact="org.apache.commons:commons-math3:3.6.1" usage="main"/> <dependency prefix="main.commons-io" artifact="commons-io:commons-io:2.18.0" usage="main"/> |