← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19345: Upgraded hibernate to 4.2.19

 

------------------------------------------------------------
revno: 19345
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2015-06-10 14:42:45 +0200
message:
  Upgraded hibernate to 4.2.19
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	2015-06-09 04:44:27 +0000
+++ dhis-2/pom.xml	2015-06-10 12:42:45 +0000
@@ -762,7 +762,7 @@
       <dependency>
         <groupId>org.javassist</groupId>
         <artifactId>javassist</artifactId>
-        <version>3.15.0-GA</version>
+        <version>${javassist.version}</version>
       </dependency>
       <dependency>
         <groupId>javax.validation</groupId>
@@ -1032,8 +1032,9 @@
     <spring.version>4.1.6.RELEASE</spring.version>
     <spring.security.version>3.2.7.RELEASE</spring.security.version>
     <struts.version>2.3.16.3</struts.version>
-    <hibernate.version>4.2.0.Final</hibernate.version>
+    <hibernate.version>4.2.19.Final</hibernate.version>
     <hibernate-validator.version>4.3.1.Final</hibernate-validator.version>
+    <javassist.version>3.18.1-GA</javassist.version> <!-- Keep in sync with Hibernate -->
     <jackson.version>2.5.3</jackson.version>
     <camel.version>2.10.2</camel.version>
     <slf4j.version>1.6.6</slf4j.version>