Author: ggregory
Date: Wed Oct 12 01:15:54 2011
New Revision: 1182161
URL: http://svn.apache.org/viewvc?rev=1182161&view=rev
Log:
Update JUnit to 4.10 from 4.8.2.
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=1182161&r1=1182160&r2=1182161&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Oct 12 01:15:54 2011
@@ -350,7 +350,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.2</version>
+ <version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>