From aa27ac9ad73138b1f315a65260b724cb86bbc924 Mon Sep 17 00:00:00 2001
From: srosse <stephane.rosse@frentix.com>
Date: Tue, 4 Sep 2018 09:52:26 +0200
Subject: [PATCH] OO-3295: update hibernate, spring framework and postgresql
 JDBC driver to last version

---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b75e2275307..e9ac1d1852b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,13 +62,13 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<targetJdk>1.8</targetJdk>
-		<org.springframework.version>5.0.7.RELEASE</org.springframework.version>
-		<org.hibernate.version>5.3.3.Final</org.hibernate.version>
+		<org.springframework.version>5.0.8.RELEASE</org.springframework.version>
+		<org.hibernate.version>5.3.6.Final</org.hibernate.version>
 		<com.sun.jersey.version>1.19.4</com.sun.jersey.version>
 		<apache.cxf>3.2.4</apache.cxf>
 		<jackson.version>2.9.5</jackson.version>
 		<org.mysql.version>5.1.46</org.mysql.version>
-		<org.postgresql.version>42.2.4</org.postgresql.version>
+		<org.postgresql.version>42.2.5</org.postgresql.version>
 		<org.infinispan.version>9.2.3.Final</org.infinispan.version>
 		<lucene.version>4.8.0</lucene.version>
 		<version.selenium>3.13.0</version.selenium>
-- 
GitLab