]> source.dussan.org Git - poi.git/commitdiff
commons-codec 1.14
authorPJ Fanning <fanningpj@apache.org>
Fri, 14 Feb 2020 23:06:06 +0000 (23:06 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 14 Feb 2020 23:06:06 +0000 (23:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874038 13f79535-47bb-0310-9956-ffa450edef68

.classpath
build.gradle
build.xml
maven/poi.pom
sonar/main/pom.xml

index 09782c9055b87a21a07f6dae669bc1d0321dc7ca..b668ce8c03e5b10732ff7cacf27d89477678671e 100644 (file)
@@ -34,7 +34,7 @@
        <classpathentry kind="lib" path="ooxml-testlib/guava.jar"/>
        <classpathentry kind="lib" path="ooxml-testlib/javassist.jar"/>
        <classpathentry exported="true" kind="lib" path="compile-lib/xmlsec-2.1.2.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.13.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.14.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.4.jar"/>
        <classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
index b71bf66cf27ce04d685c6510849da6ee302168bb..e1904925efd4a1efe49acac0e70340a94f2167c2 100644 (file)
@@ -92,7 +92,7 @@ subprojects {
 
     version = '4.1.3-SNAPSHOT'
     ext {
-        commonsCodecVersion = '1.13'
+        commonsCodecVersion = '1.14'
         commonsCompressVersion = '1.20'
         commonsMathVersion = '3.6.1'
         japicmpversion = '4.1.2'
index bf3b349329914640867b9a01609c17b9f98c1e0d..7b54e82ce3e1c2a2cce7a4d4df3cbe896a970881 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -172,9 +172,9 @@ under the License.
     <property name="main.commons-logging.jar" location="${main.lib}/commons-logging-1.2.jar"/>
     <property name="main.commons-logging.url"
               value="${repository.m2}/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"/>
-    <property name="main.commons-codec.jar" location="${main.lib}/commons-codec-1.13.jar"/>
+    <property name="main.commons-codec.jar" location="${main.lib}/commons-codec-1.14.jar"/>
     <property name="main.commons-codec.url"
-              value="${repository.m2}/maven2/commons-codec/commons-codec/1.13/commons-codec-1.13.jar"/>
+              value="${repository.m2}/maven2/commons-codec/commons-codec/1.14/commons-codec-1.14.jar"/>
     <property name="main.log4j.jar" location="${main.lib}/log4j-1.2.17.jar"/>
     <property name="main.log4j.url" value="${repository.m2}/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar"/>
     <property name="main.junit.jar" location="${main.lib}/junit-4.13.jar"/>
@@ -655,6 +655,7 @@ under the License.
                 <include name="commons-codec-1.10*"/>
                 <include name="commons-codec-1.11*"/>
                 <include name="commons-codec-1.12*"/>
+                <include name="commons-codec-1.13*"/>
                 <include name="commons-compress-1.1*"/>
                 <include name="commons-collections4-4.1*"/>
                 <include name="commons-collections4-4.2*"/>
index 87a43717159f61339251b408b341d369f63a7848..367d308120d527ef254646174393776d4f139176 100644 (file)
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.13</version>
+      <version>1.14</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
index 19c7b7943012dd254f08044bc7dc56268e8e2827..37ab22980d0c56dadf8dce03154f08daf347dd40 100644 (file)
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>1.13</version>
+            <version>1.14</version>
         </dependency>
         <dependency>
             <groupId>com.zaxxer</groupId>