Author: sebb Date: Wed Aug 17 12:48:29 2011 New Revision: 1158672 URL: http://svn.apache.org/viewvc?rev=1158672&view=rev Log: Might as well use latest version of JUnit now
Modified: commons/proper/dbcp/trunk/pom.xml Modified: commons/proper/dbcp/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1158672&r1=1158671&r2=1158672&view=diff ============================================================================== --- commons/proper/dbcp/trunk/pom.xml (original) +++ commons/proper/dbcp/trunk/pom.xml Wed Aug 17 12:48:29 2011 @@ -155,7 +155,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.2</version> + <version>4.8.2</version> <scope>test</scope> </dependency>