SEC-2341: Update to Gradle 1.8

Some dependencies were necessary to update due to issues with JUnit
integration.
This commit is contained in:
Rob Winch
2013-09-24 15:35:51 -05:00
parent a888ddf8b3
commit 88f41cdf62
43 changed files with 126 additions and 114 deletions

View File

@@ -150,7 +150,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -162,7 +162,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.8.5</version>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>