Author: simonetripodi Date: Sun Oct 9 15:34:07 2011 New Revision: 1180630 URL: http://svn.apache.org/viewvc?rev=1180630&view=rev Log: upgradet junit dependency
Modified: commons/proper/ognl/trunk/pom.xml Modified: commons/proper/ognl/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1180630&r1=1180629&r2=1180630&view=diff ============================================================================== --- commons/proper/ognl/trunk/pom.xml (original) +++ commons/proper/ognl/trunk/pom.xml Sun Oct 9 15:34:07 2011 @@ -179,7 +179,7 @@ limitations under the License. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.9</version> + <version>4.10</version> <scope>test</scope> </dependency> <dependency>