1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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
+2 -2
View File
@@ -143,7 +143,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -155,7 +155,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>