Author: simonetripodi Date: Sat Oct 15 20:32:51 2011 New Revision: 1183682 URL: http://svn.apache.org/viewvc?rev=1183682&view=rev Log: junit test dependency updated to version 10
Modified: commons/proper/functor/trunk/pom.xml Modified: commons/proper/functor/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1183682&r1=1183681&r2=1183682&view=diff ============================================================================== --- commons/proper/functor/trunk/pom.xml (original) +++ commons/proper/functor/trunk/pom.xml Sat Oct 15 20:32:51 2011 @@ -95,7 +95,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.9</version> + <version>4.10</version> <scope>test</scope> </dependency> </dependencies>