]> source.dussan.org Git - poi.git/commitdiff
commons-codec 1.16.0
authorPJ Fanning <fanningpj@apache.org>
Thu, 22 Jun 2023 16:49:00 +0000 (16:49 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 22 Jun 2023 16:49:00 +0000 (16:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910558 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml

index 76ac74f73083b9e9bb38b9caf3c05ea9ebb69327..864f776af22b0b1168405cb7cfff9487ffdc0ca2 100644 (file)
@@ -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'
index dbc3f6a164b064658b98984373f966be689e9d29..85f43320fe8cb9e16fba6e1b80257734120bc913 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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.15" usage="main"/>
+    <dependency prefix="main.commons-codec" artifact="commons-codec:commons-codec:1.16.0" 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.13.0" usage="main"/>