← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19857: Upgraded hibernate to 4.2.20 and hibernate-validator to 4.3.2

 

------------------------------------------------------------
revno: 19857
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2015-08-26 12:20:41 +0200
message:
  Upgraded hibernate to 4.2.20 and hibernate-validator to 4.3.2
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramIndicatorService.java
  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/dhis-api/src/main/java/org/hisp/dhis/program/ProgramIndicatorService.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramIndicatorService.java	2015-08-25 14:09:25 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramIndicatorService.java	2015-08-26 10:20:41 +0000
@@ -33,7 +33,6 @@
 import java.util.Set;
 
 import org.hisp.dhis.constant.Constant;
-import org.hisp.dhis.dataelement.DataElement;
 import org.hisp.dhis.trackedentity.TrackedEntityAttribute;
 
 /**

=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2015-08-24 13:04:55 +0000
+++ dhis-2/pom.xml	2015-08-26 10:20:41 +0000
@@ -1024,8 +1024,8 @@
     <spring.security.version>3.2.8.RELEASE</spring.security.version>
     <spring.security.oauth2.version>2.0.5.RELEASE</spring.security.oauth2.version>
     <struts.version>2.3.16.3</struts.version>
-    <hibernate.version>4.2.19.Final</hibernate.version>
-    <hibernate-validator.version>4.3.1.Final</hibernate-validator.version>
+    <hibernate.version>4.2.20.Final</hibernate.version>
+    <hibernate-validator.version>4.3.2.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>