Author: olamy
Date: Wed Apr 30 01:07:51 2014
New Revision: 1591160
URL: http://svn.apache.org/r1591160
Log:
upgrade some deps
Modified:
commons/proper/jcs/trunk/pom.xml
Modified: commons/proper/jcs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1591160&r1=1591159&r2=1591160&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Wed Apr 30 01:07:51 2014
@@ -206,7 +206,7 @@
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
- <version>1.3</version>
+ <version>1.4</version>
<optional>true</optional>
</dependency>
@@ -214,14 +214,14 @@
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
- <version>1.5.4</version>
+ <version>1.6</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
- <version>1.7.3.3</version>
+ <version>1.8.0.10</version>
<!-- <version>1.8.0.7</version> -->
<optional>true</optional>
</dependency>