You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by pa...@apache.org on 2018/10/08 02:52:43 UTC

svn commit: r1843102 - in /db/torque/torque4/trunk: pom.xml torque-ant-tasks/pom.xml torque-generator/pom.xml torque-maven-plugin/pom.xml torque-templates/pom.xml torque-test/pom.xml

Author: painter
Date: Mon Oct  8 02:52:43 2018
New Revision: 1843102

URL: http://svn.apache.org/viewvc?rev=1843102&view=rev
Log:
Updating dependencies, all tests pass

Modified:
    db/torque/torque4/trunk/pom.xml
    db/torque/torque4/trunk/torque-ant-tasks/pom.xml
    db/torque/torque4/trunk/torque-generator/pom.xml
    db/torque/torque4/trunk/torque-maven-plugin/pom.xml
    db/torque/torque4/trunk/torque-templates/pom.xml
    db/torque/torque4/trunk/torque-test/pom.xml

Modified: db/torque/torque4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1843102&r1=1843101&r2=1843102&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Mon Oct  8 02:52:43 2018
@@ -389,7 +389,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-all</artifactId>
-        <version>1.9.0</version>
+        <version>1.10.19</version>
         <scope>test</scope>
       </dependency>
 
@@ -434,7 +434,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
-        <version>2.9</version>
+        <version>2.10</version>
         <configuration>
           <workspace>..</workspace>
           <downloadSources>true</downloadSources>
@@ -532,7 +532,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.2</version>
+          <version>3.10.0</version>
           <configuration>
             <linkXref>true</linkXref>
             <targetJdk>${maven.compiler.source}</targetJdk>
@@ -541,7 +541,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jxr-plugin</artifactId>
-          <version>2.5</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
@@ -551,17 +551,17 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.13</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>xml-maven-plugin</artifactId>
-          <version>1.0</version>
+          <version>1.0.2</version>
         </plugin>
         <plugin>
           <groupId>org.owasp</groupId>
           <artifactId>dependency-check-maven</artifactId>
-          <version>3.1.2</version>
+          <version>3.3.2</version>
         </plugin>
       </plugins>
     </pluginManagement>

Modified: db/torque/torque4/trunk/torque-ant-tasks/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-ant-tasks/pom.xml?rev=1843102&r1=1843101&r2=1843102&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-ant-tasks/pom.xml (original)
+++ db/torque/torque4/trunk/torque-ant-tasks/pom.xml Mon Oct  8 02:52:43 2018
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.8.0</version>
+      <version>1.10.5</version>
       <scope>provided</scope>
     </dependency>
 
@@ -118,4 +118,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: db/torque/torque4/trunk/torque-generator/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/pom.xml?rev=1843102&r1=1843101&r2=1843102&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/pom.xml (original)
+++ db/torque/torque4/trunk/torque-generator/pom.xml Mon Oct  8 02:52:43 2018
@@ -41,7 +41,7 @@
     <dependency>
      <groupId>org.eclipse.jgit</groupId>
       <artifactId>org.eclipse.jgit</artifactId>
-      <version>4.0.1.201506240215-r</version>
+      <version>5.1.1.201809181055-r</version>
       <exclusions>
         <exclusion>
           <groupId>com.jcraft</groupId>
@@ -81,9 +81,10 @@
     </dependency>
     <!-- upgrading to at least 2.4.8 due to CVE-2015-3253 and http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-6814  -->
     <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-all</artifactId>
-      <version>2.4.15</version>
+        <groupId>org.codehaus.groovy</groupId>
+        <artifactId>groovy-all</artifactId>
+        <version>2.5.2</version>
+        <type>pom</type>
     </dependency>
     <dependency>
       <!-- 
@@ -126,10 +127,10 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <version>10.10.1.1</version>
-      <scope>test</scope>
+        <groupId>org.apache.derby</groupId>
+        <artifactId>derby</artifactId>
+        <version>10.14.2.0</version>
+        <scope>test</scope>
     </dependency>
   </dependencies>
 
@@ -215,4 +216,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: db/torque/torque4/trunk/torque-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-plugin/pom.xml?rev=1843102&r1=1843101&r2=1843102&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-maven-plugin/pom.xml (original)
+++ db/torque/torque4/trunk/torque-maven-plugin/pom.xml Mon Oct  8 02:52:43 2018
@@ -114,4 +114,4 @@
     <maven.api.version>3.5.4</maven.api.version>
   </properties>
 
-</project>
\ No newline at end of file
+</project>

Modified: db/torque/torque4/trunk/torque-templates/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/pom.xml?rev=1843102&r1=1843101&r2=1843102&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/pom.xml (original)
+++ db/torque/torque4/trunk/torque-templates/pom.xml Mon Oct  8 02:52:43 2018
@@ -61,13 +61,13 @@
     <dependency>
       <groupId>xmlunit</groupId>
       <artifactId>xmlunit</artifactId>
-      <version>1.3</version>
+      <version>1.6</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.5.3.0_1</version>
+      <version>10.14.2.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: db/torque/torque4/trunk/torque-test/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/pom.xml?rev=1843102&r1=1843101&r2=1843102&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-test/pom.xml (original)
+++ db/torque/torque4/trunk/torque-test/pom.xml Mon Oct  8 02:52:43 2018
@@ -749,7 +749,7 @@
         <dependency>
           <artifactId>hsqldb</artifactId>
           <groupId>org.hsqldb</groupId>
-          <version>2.2.8</version>
+          <version>2.4.1</version>
           <scope>test</scope>
         </dependency>
       </dependencies>
@@ -762,7 +762,7 @@
               <dependency>
                 <artifactId>hsqldb</artifactId>
                 <groupId>org.hsqldb</groupId>
-                <version>2.2.8</version>
+                <version>2.4.1</version>
               </dependency>
             </dependencies>
           </plugin>
@@ -772,7 +772,7 @@
               <dependency>
                 <artifactId>hsqldb</artifactId>
                 <groupId>org.hsqldb</groupId>
-                <version>2.2.8</version>
+                <version>2.4.1</version>
               </dependency>
             </dependencies>
           </plugin>
@@ -827,7 +827,7 @@
               <dependency>
                 <artifactId>hsqldb</artifactId>
                 <groupId>org.hsqldb</groupId>
-                <version>2.2.8</version>
+                <version>2.4.1</version>
               </dependency>
             </dependencies>
           </plugin>
@@ -837,7 +837,7 @@
               <dependency>
                 <artifactId>hsqldb</artifactId>
                 <groupId>org.hsqldb</groupId>
-                <version>2.2.8</version>
+                <version>2.4.1</version>
               </dependency>
             </dependencies>
           </plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org