]> source.dussan.org Git - poi.git/commitdiff
commons-codec - 1.12
authorPJ Fanning <fanningpj@apache.org>
Thu, 21 Mar 2019 10:00:33 +0000 (10:00 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 21 Mar 2019 10:00:33 +0000 (10:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855975 13f79535-47bb-0310-9956-ffa450edef68

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

index 7dfedc818c93d7ca702380a1acd18006b252ebec..b953470841f45c7715e89abddc2c424b3cf34aaa 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.0.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.11.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.12.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.3.jar"/>
        <classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
index 66d800bbe27b5e62f928f10647eb2a2467627373..04341a114f73aa16c1e1a268efa6f58952978dcd 100644 (file)
@@ -178,7 +178,7 @@ project('main') {
     sourceSets.test.java.srcDirs = ['../../src/testcases']
 
     dependencies {
-        compile 'commons-codec:commons-codec:1.11'
+        compile 'commons-codec:commons-codec:1.12'
         compile 'commons-logging:commons-logging:1.2'
         compile 'org.apache.commons:commons-collections4:4.3'
         compile 'org.apache.commons:commons-math3:3.6.1'
index 8bfd20a69dd02806ab3aed3efb168d8601ace077..72c79fb5668e2d47c0abbaaba77e2378c4bbccba 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.11.jar"/>
+    <property name="main.commons-codec.jar" location="${main.lib}/commons-codec-1.12.jar"/>
     <property name="main.commons-codec.url"
-              value="${repository.m2}/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar"/>
+              value="${repository.m2}/maven2/commons-codec/commons-codec/1.12/commons-codec-1.12.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.12.jar"/>
@@ -645,6 +645,7 @@ under the License.
                 <include name="commons-codec-1.5*"/>
                 <include name="commons-codec-1.9*"/>
                 <include name="commons-codec-1.10*"/>
+                <include name="commons-codec-1.11*"/>
                 <include name="commons-compress-1.16*"/>
                 <include name="commons-compress-1.17*"/>
                 <include name="commons-collections4-4.1*"/>
index b276b2aecc133552218a71547747a65f9886b580..04dfa8cb9f6b37bc33a39a0677542beb3cd29029 100644 (file)
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.11</version>
+      <version>1.12</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
index 6391d55ef73bcabc509a581518dbec0f21e046f0..a0e689f39be071319a95f977a7688f9b8ba1af39 100644 (file)
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>1.11</version>
+            <version>1.12</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>