From 8d25b49aa177cb9de9a818cb1b0739b1da97a389 Mon Sep 17 00:00:00 2001
From: srosse <none@none>
Date: Thu, 26 Oct 2017 12:39:47 +0200
Subject: [PATCH] OO-3071: update javax.mail to 1.6.0

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

diff --git a/pom.xml b/pom.xml
index d07a877fcf0..42a9d451122 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2333,9 +2333,9 @@
 			<version>1.3.04</version>
 		</dependency>
 		<dependency>
-			<groupId>javax.mail</groupId>
-			<artifactId>mail</artifactId>
-			<version>1.4.7</version>
+			<groupId>com.sun.mail</groupId>
+			<artifactId>javax.mail</artifactId>
+			<version>1.6.0</version>
 			<!-- fxdiff: FXOLAT-243 included in JDK 1.6 -->
 			<exclusions>
 				<exclusion>
-- 
GitLab