Author: britter Date: Sun Feb 17 13:26:03 2013 New Revision: 1447021 URL: http://svn.apache.org/r1447021 Log: Update to latest JUnit version
Modified: commons/sandbox/beanutils2/trunk/pom.xml Modified: commons/sandbox/beanutils2/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/pom.xml?rev=1447021&r1=1447020&r2=1447021&view=diff ============================================================================== --- commons/sandbox/beanutils2/trunk/pom.xml (original) +++ commons/sandbox/beanutils2/trunk/pom.xml Sun Feb 17 13:26:03 2013 @@ -91,7 +91,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.10</version> + <version>4.11</version> <scope>test</scope> </dependency> <dependency>