Author: simonetripodi
Date: Mon Oct 10 19:24:02 2011
New Revision: 1181156
URL: http://svn.apache.org/viewvc?rev=1181156&view=rev
Log:
updated junit dependency
Modified:
commons/proper/dbutils/trunk/pom.xml
Modified: commons/proper/dbutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1181156&r1=1181155&r2=1181156&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Mon Oct 10 19:24:02 2011
@@ -184,7 +184,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.9</version>
+ <version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>