Update JUnit to version 4.11 from 4.10.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1417456 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-12-05 14:49:17 +00:00
parent 5d15c38eed
commit 98bc368b31
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ CSV files of various types.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>