Use latest JUnit.

This commit is contained in:
Michael Bayne
2013-04-02 12:12:49 -07:00
parent c268d41594
commit 7e414b6c95
+1 -1
View File
@@ -51,7 +51,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.8.1</version> <version>4.11</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>