Author: sebb
Date: Mon Apr 18 20:09:46 2011
New Revision: 1094724
URL: http://svn.apache.org/viewvc?rev=1094724&view=rev
Log:
Latest version of JUnit for Java 1.4
Modified:
commons/proper/validator/trunk/pom.xml
Modified: commons/proper/validator/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1094724&r1=1094723&r2=1094724&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Mon Apr 18 20:09:46 2011
@@ -206,7 +206,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>3.8.2</version>
<scope>test</scope>
</dependency>