]> source.dussan.org Git - poi.git/commitdiff
Upgrade commons-codec dependency to 1.16.1
authorPJ Fanning <fanningpj@apache.org>
Fri, 9 Feb 2024 16:38:15 +0000 (16:38 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 9 Feb 2024 16:38:15 +0000 (16:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915695 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml

index 53e77dae90e9466ba61ff6d1e6b15cd93f7d2436..cea68b9b3c60f2ba3e1fe6909aef8353ecd6df26 100644 (file)
@@ -119,7 +119,7 @@ subprojects {
 
     ext {
         bouncyCastleVersion = '1.77'
-        commonsCodecVersion = '1.16.0'
+        commonsCodecVersion = '1.16.1'
         commonsCompressVersion = '1.25.0'
         commonsIoVersion = '2.15.1'
         commonsMathVersion = '3.6.1'
index 81a9437e15ed8e42f74fa7745cc1953609b46683..f8422b025df27e6de4deb130cd4159d8986fe218 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.16.0" usage="main"/>
+    <dependency prefix="main.commons-codec" artifact="commons-codec:commons-codec:1.16.1" 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.15.1" usage="main"/>
@@ -2568,7 +2568,7 @@ under the License.
         <dependency prefix="spotbugs.slf4j-api" artifact="org.slf4j:slf4j-api:2.0.0" usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.commons-lang3" artifact="org.apache.commons:commons-lang3:3.12.0" usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.commons-text" artifact="org.apache.commons:commons-text:1.11.0" usage="${spotbugs.lib}"/>
-        <dependency prefix="spotbugs.commons-codec" artifact="commons-codec:commons-codec:1.16.0" usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.commons-codec" artifact="commons-codec:commons-codec:1.16.1" usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.jcip-annotations" artifact="net.jcip:jcip-annotations:1.0" usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.icu4j" artifact="com.ibm.icu:icu4j:68.2" usage="${spotbugs.lib}" target="icu4j-68.2.jar"/>