Update JUnit to version 4.11 from 4.10.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1417457 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-12-05 14:53:09 +00:00
parent b1304061e9
commit 145a757bf3
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<version>4.11</version>
<scope>test</scope>
</dependency>