Author: fanningpj
Date: Thu Jun 22 16:49:00 2023
New Revision: 1910558

URL: http://svn.apache.org/viewvc?rev=1910558&view=rev
Log:
commons-codec 1.16.0

Modified:
    poi/trunk/build.gradle
    poi/trunk/build.xml

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1910558&r1=1910557&r2=1910558&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Jun 22 16:49:00 2023
@@ -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'

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1910558&r1=1910557&r2=1910558&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu Jun 22 16:49:00 2023
@@ -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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to