Updated junit to the newest version (4.11).

This commit is contained in:
Joachim Lusiardi 2013-07-23 10:33:12 -07:00
parent 44fc0a0493
commit 4c09289e9a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>