From 767899b588f39f9f80d72699c3057af36b9318d2 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 20 Sep 2018 07:58:32 -0400 Subject: [PATCH] Upgrade javax.mail to 1.6.2 The former version was frozen in github. It looks like they moved to another website and the changes were transparent codewise. So let's see what the CLM results are for this. I believe this does remove the security vulnerability. Issue-ID: POLICY-1127 Change-Id: Ib659eddc2808131c8dded3782fcf1d382060fc29 Signed-off-by: Pamela Dragosh --- POLICY-SDK-APP/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index d14cf1071..d255c7c21 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -150,9 +150,9 @@ - javax.mail - mail - 1.4.7 + com.sun.mail + javax.mail + 1.6.2 -- 2.16.6