dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #34568
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17723: update to junit 4.12, and mockito 1.10.17
------------------------------------------------------------
revno: 17723
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2014-12-17 14:55:08 +0100
message:
update to junit 4.12, and mockito 1.10.17
modified:
dhis-2/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2014-12-17 13:13:54 +0000
+++ dhis-2/pom.xml 2014-12-17 13:55:08 +0000
@@ -586,12 +586,12 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.9.5</version>
+ <version>1.10.17</version>
</dependency>
<dependency>
<groupId>org.amplecode</groupId>