dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20108
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9060: updated mockito to 1.9.5 and hibernate to 4.1.8
------------------------------------------------------------
revno: 9060
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-11-15 17:23:36 +0100
message:
updated mockito to 1.9.5 and hibernate to 4.1.8
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 2012-11-15 16:22:21 +0000
+++ dhis-2/pom.xml 2012-11-15 16:23:36 +0000
@@ -501,7 +501,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.9.0</version>
+ <version>1.9.5</version>
</dependency>
<dependency>
<groupId>org.amplecode</groupId>
@@ -883,7 +883,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.version>3.1.3.RELEASE</spring.version>
<spring.security.version>3.1.3.RELEASE</spring.security.version>
- <hibernate.version>4.1.3.Final</hibernate.version>
+ <hibernate.version>4.1.8.Final</hibernate.version>
<jackson.version>2.0.4</jackson.version>
<camel.version>2.9.2</camel.version>
<slf4j.version>1.6.4</slf4j.version>