Update to JUnit 4.9 from 4.8.2.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1177772 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2011-09-30 18:51:21 +00:00
parent c103730424
commit 4d6ff10084
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# $Id$
# The location of the "junit.jar" JAR file
junit.jar = ${junit.home}/junit-4.7.jar
junit.jar = ${junit.home}/junit-4.9.jar
# The location of the Easymock jar
easymock.jar = ${easymock.home}/easymock-2.5.2.jar

View File

@ -438,7 +438,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<version>4.9</version>
<scope>test</scope>
</dependency>