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 tv...@apache.org on 2016/01/31 21:23:40 UTC

svn commit: r1727851 - /db/torque/torque4/trunk/torque-runtime/pom.xml

Author: tv
Date: Sun Jan 31 20:23:39 2016
New Revision: 1727851

URL: http://svn.apache.org/viewvc?rev=1727851&view=rev
Log:
Update dependencies
- commons-collections 3.2.2
- commons.configuration 1.10
- commons-beanutils 1.9.2

Modified:
    db/torque/torque4/trunk/torque-runtime/pom.xml

Modified: db/torque/torque4/trunk/torque-runtime/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/pom.xml?rev=1727851&r1=1727850&r2=1727851&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/pom.xml (original)
+++ db/torque/torque4/trunk/torque-runtime/pom.xml Sun Jan 31 20:23:39 2016
@@ -41,19 +41,19 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.2.1</version>
+      <version>3.2.2</version>
     </dependency>
 
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
-      <version>1.9</version>
+      <version>1.10</version>
     </dependency>
 
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
-      <version>1.8.3</version>
+      <version>1.9.2</version>
     </dependency>
 
     <dependency>



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