From 65d66ecdaa52807e592bf2c8ab91487cdfa2f654 Mon Sep 17 00:00:00 2001
From: srosse <none@none>
Date: Mon, 16 Oct 2017 14:40:59 +0200
Subject: [PATCH] OO-3071: update hibernate, jdbc drivers, spring framework...

---
 pom.xml | 27 ++++++++++-----------------
 1 file changed, 10 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1539a1d3f19..750b6e3a003 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,12 +62,12 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<targetJdk>1.8</targetJdk>
-		<org.springframework.version>4.3.10.RELEASE</org.springframework.version>
-		<org.hibernate.version>5.2.10.Final</org.hibernate.version>
+		<org.springframework.version>4.3.12.RELEASE</org.springframework.version>
+		<org.hibernate.version>5.2.11.Final</org.hibernate.version>
 		<com.sun.jersey.version>1.19.4</com.sun.jersey.version>
 		<jackson.version>1.9.2</jackson.version>
-		<org.mysql.version>5.1.41</org.mysql.version>
-		<org.postgresql.version>42.0.0</org.postgresql.version>
+		<org.mysql.version>5.1.44</org.mysql.version>
+		<org.postgresql.version>42.1.4</org.postgresql.version>
 		<org.infinispan.version>8.2.5.Final</org.infinispan.version>
 		<lucene.version>4.8.0</lucene.version>
 		<version.selenium>3.5.3</version.selenium>
@@ -1907,7 +1907,7 @@
 		<dependency>
 			<groupId>org.apache.poi</groupId>
 			<artifactId>poi-scratchpad</artifactId>
-			<version>3.16</version>
+			<version>3.17</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.pdfbox</groupId>
@@ -2529,29 +2529,22 @@
 		</dependency>
     
 		<!-- Start test dependencies for Arquillian and Selenium -->
-    	<dependency>
+		<dependency>
 			<groupId>org.jboss.arquillian.junit</groupId>
 			<artifactId>arquillian-junit-container</artifactId>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
-        	<groupId>org.jboss.arquillian.container</groupId>
-        	<artifactId>arquillian-tomcat-managed-7</artifactId>
-        	<version>1.0.0</version>
-        	<scope>test</scope>
+			<groupId>org.jboss.arquillian.container</groupId>
+			<artifactId>arquillian-tomcat-managed-7</artifactId>
+			<version>1.0.0</version>
+		<scope>test</scope>
       	</dependency>
 		<dependency>
 			<groupId>org.jboss.arquillian.extension</groupId>
 			<artifactId>arquillian-drone-impl</artifactId>
 			<scope>test</scope>
 		</dependency>
-		<!-- 
-		<dependency>
-			<groupId>org.jboss.arquillian.extension</groupId>
-			<artifactId>arquillian-drone-selenium-server</artifactId>
-			<scope>test</scope>
-		</dependency>
-		-->
 		<dependency>
 			<groupId>com.google.guava</groupId>
 			<artifactId>guava</artifactId>
-- 
GitLab