Author: ggregory
Date: Mon Dec 3 16:10:30 2012
New Revision: 1416573
URL: http://svn.apache.org/viewvc?rev=1416573&view=rev
Log:
Update tests to JUnit 4.11 from 4.10.
Modified:
commons/proper/vfs/trunk/pom.xml
Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1416573&r1=1416572&r2=1416573&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Mon Dec 3 16:10:30 2012
@@ -358,7 +358,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.10</version>
+ <version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
|