Author: fanningpj
Date: Thu Oct 22 22:51:31 2020
New Revision: 1882771

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

Modified:
    poi/trunk/.classpath
    poi/trunk/build.gradle
    poi/trunk/build.xml
    poi/trunk/maven/poi.pom
    poi/trunk/sonar/main/pom.xml
    poi/trunk/sonar/pom.xml

Modified: poi/trunk/.classpath
URL: 
http://svn.apache.org/viewvc/poi/trunk/.classpath?rev=1882771&r1=1882770&r2=1882771&view=diff
==============================================================================
--- poi/trunk/.classpath (original)
+++ poi/trunk/.classpath Thu Oct 22 22:51:31 2020
@@ -18,30 +18,30 @@
        <classpathentry kind="lib" path="lib/ant-1.10.1.jar"/>
        <classpathentry kind="lib" path="lib/ant-launcher-1.10.1.jar"/>
        <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="ooxml-lib/xmlbeans-3.1.0.jar" sourcepath="ooxml-lib/xmlbeans-3.1.0.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/ooxml/xmlbeans-4.0.0.jar" sourcepath="lib/ooxml/xmlbeans-3.1.0.jar"/>
        <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
        <classpathentry kind="lib" path="lib/junit-4.13.jar"/>
-       <classpathentry kind="lib" path="ooxml-lib/curvesapi-1.06.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="ooxml-lib/ooxml-schemas-1.4.jar" 
sourcepath="ooxml-lib/ooxml-schemas-1.4-sources.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="ooxml-lib/ooxml-security-1.1.jar" 
sourcepath="ooxml-lib/ooxml-security-1.1-sources.jar"/>
+       <classpathentry kind="lib" path="lib/ooxml/curvesapi-1.06.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/ooxml/ooxml-schemas-1.4.jar" 
sourcepath="lib/ooxml/ooxml-schemas-1.4-sources.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/ooxml/ooxml-security-1.1.jar" 
sourcepath="lib/ooxml/ooxml-security-1.1-sources.jar"/>
        <classpathentry kind="lib" path="lib/jmh-core-1.19.jar"/>
        <classpathentry kind="lib" 
path="lib/jmh-generator-annprocess-1.19.jar"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
        <classpathentry exported="true" kind="lib" 
path="compile-lib/slf4j-api-1.7.30.jar"/>
-       <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.65.jar"/>
-       <classpathentry kind="lib" 
path="compile-lib/bcprov-ext-jdk15on-1.65.jar"/>
-       <classpathentry kind="lib" path="ooxml-testlib/reflections.jar"/>
-       <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.5.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/commons-codec-1.14.jar"/>
+       <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.66.jar"/>
+       <classpathentry kind="lib" 
path="compile-lib/bcprov-ext-jdk15on-1.66.jar"/>
+       <classpathentry kind="lib" path="ooxml-tests/reflections.jar"/>
+       <classpathentry kind="lib" path="ooxml-tests/guava.jar"/>
+       <classpathentry kind="lib" path="ooxml-tests/javassist.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/ooxml-provided/xmlsec-2.2.0.jar"/>
+       <classpathentry exported="true" kind="lib" 
path="lib/commons-codec-1.15.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"/>
        <classpathentry kind="lib" path="lib/xmlunit-core-2.5.1.jar"/>
        <classpathentry kind="lib" path="lib/objenesis-2.6.jar"/>
        <classpathentry kind="lib" path="lib/commons-compress-1.20.jar"/>
-       <classpathentry kind="lib" path="lib/mockito-core-3.3.3.jar"/>
+       <classpathentry kind="lib" path="lib/mockito-core-3.5.15.jar"/>
        <classpathentry kind="lib" path="lib/byte-buddy-1.10.1.jar"/>
        <classpathentry kind="lib" path="lib/byte-buddy-agent-1.10.1.jar"/>
        <classpathentry kind="lib" path="compile-lib/batik-all-1.12.jar"/>

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1882771&r1=1882770&r2=1882771&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Oct 22 22:51:31 2020
@@ -108,12 +108,12 @@ subprojects {
     version = '5.0.0-SNAPSHOT'
     ext {
         bouncyCastleVersion = '1.66'
-        commonsCodecVersion = '1.14'
+        commonsCodecVersion = '1.15'
         commonsCompressVersion = '1.20'
         commonsMathVersion = '3.6.1'
         japicmpversion = '4.1.2'
         junitVersion = '4.13'
-        mockitoVersion = '3.5.0'
+        mockitoVersion = '3.5.15'
         xmlbeansVersion = '4.0.0'
     }
 

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1882771&r1=1882770&r2=1882771&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu Oct 22 22:51:31 2020
@@ -267,7 +267,7 @@ under the License.
 
     <!-- jars in the /lib directory, see the fetch-jars target-->
     <dependency prefix="main.commons-logging" 
artifact="commons-logging:commons-logging:1.2" usage="main"/>
-    <dependency prefix="main.commons-codec" 
artifact="commons-codec:commons-codec:1.14" usage="main"/>
+    <dependency prefix="main.commons-codec" 
artifact="commons-codec:commons-codec:1.15" usage="main"/>
     <dependency prefix="main.log4j" artifact="log4j:log4j:1.2.17" 
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"/>
@@ -278,7 +278,7 @@ under the License.
     <dependency prefix="main.jmhAnnotation" 
artifact="org.openjdk.jmh:jmh-generator-annprocess:1.25" usage="main-tests"/>
     <dependency prefix="main.hamcrest" artifact="org.hamcrest:hamcrest:2.2" 
usage="main-tests"/>
     <dependency prefix="main.xmlunit" 
artifact="org.xmlunit:xmlunit-core:2.7.0" usage="main-tests"/>
-    <dependency prefix="main.mockito" 
artifact="org.mockito:mockito-core:3.5.0" usage="main-tests"/>
+    <dependency prefix="main.mockito" 
artifact="org.mockito:mockito-core:3.5.15" usage="main-tests"/>
     <dependency prefix="main.byte-buddy" 
artifact="net.bytebuddy:byte-buddy:1.10.14" usage="main-tests"/>
     <dependency prefix="main.byte-buddy-agent" 
artifact="net.bytebuddy:byte-buddy-agent:1.10.14" usage="main-tests"/>
     <dependency prefix="main.objenesis" artifact="org.objenesis:objenesis:3.1" 
usage="main-tests"/>
@@ -597,7 +597,8 @@ under the License.
                 <include name="ant*-1.10.1.jar"/>
             </fileset>
             <fileset dir="${basedir}/lib/main-tests">
-                <include name="mockito-core-3.2.4.jar"/>
+                <include name="mockito-core-3.2*.jar"/>
+                <include name="mockito-core-3.5.0.jar"/>
                 <include name="hamcrest-core*"/>
             </fileset>
             <fileset dir="${basedir}/lib/ooxml">

Modified: poi/trunk/maven/poi.pom
URL: 
http://svn.apache.org/viewvc/poi/trunk/maven/poi.pom?rev=1882771&r1=1882770&r2=1882771&view=diff
==============================================================================
--- poi/trunk/maven/poi.pom (original)
+++ poi/trunk/maven/poi.pom Thu Oct 22 22:51:31 2020
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.14</version>
+      <version>1.15</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

Modified: poi/trunk/sonar/main/pom.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/sonar/main/pom.xml?rev=1882771&r1=1882770&r2=1882771&view=diff
==============================================================================
--- poi/trunk/sonar/main/pom.xml (original)
+++ poi/trunk/sonar/main/pom.xml Thu Oct 22 22:51:31 2020
@@ -123,7 +123,7 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>1.14</version>
+            <version>1.15</version>
         </dependency>
         <dependency>
             <groupId>com.zaxxer</groupId>

Modified: poi/trunk/sonar/pom.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1882771&r1=1882770&r2=1882771&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Thu Oct 22 22:51:31 2020
@@ -84,7 +84,7 @@
         <xmlbeans.version>4.0.0</xmlbeans.version>
         <junit.version>4.13</junit.version>
         <xmlunit.version>2.7.0</xmlunit.version>
-        <mockito.version>3.5.0</mockito.version>
+        <mockito.version>3.5.15</mockito.version>
         <maven.plugin.resources.version>3.1.0</maven.plugin.resources.version>
         <maven.plugin.jar.version>3.2.0</maven.plugin.jar.version>
         <maven.plugin.clean.version>3.1.0</maven.plugin.clean.version>



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

Reply via email to