[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Oct 7 10:11:49 EDT 2014
Author: iay
Date: Tue Oct 7 10:11:49 2014
New Revision: 6646
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6646&view=rev
Log:
Bump versions of commons-dbcp and hsqldb.
Modified:
trunk/idp-parent/pom.xml
Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=6646&r1=6645&r2=6646&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Tue Oct 7 10:11:49 2014
@@ -151,7 +151,7 @@
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
- <version>1.2.2</version>
+ <version>1.4</version>
</dependency>
<dependency>
<groupId>net.shibboleth.ext</groupId>
@@ -185,7 +185,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
- <version>2.2.9</version>
+ <version>2.3.2</version>
<scope>test</scope>
</dependency>
</dependencies>
More information about the commits
mailing list