Upgrade to JUnit 4.8.2 (same version as commons IO)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2011-07-20 15:56:57 +00:00
parent b1d97bc2fa
commit 0154a74354
1 changed files with 1 additions and 2 deletions

View File

@ -420,7 +420,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
@ -437,7 +437,6 @@
<version>2.5.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>