From ca7950ef9b75e1d5d66acee6460c8244f653adee Mon Sep 17 00:00:00 2001 From: su622b Date: Fri, 12 Jul 2019 14:33:37 -0400 Subject: [PATCH] fix for security vulnerabilities Issue-ID: DMAAP-985 Change-Id: I1f6ade8ac548e0e3f35fd9f782fd74cdd869d621 Signed-off-by: su622b --- pom.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 85b4fe6..8e80e08 100644 --- a/pom.xml +++ b/pom.xml @@ -197,7 +197,7 @@ commons-fileupload commons-fileupload - 1.3.3 + 1.4 @@ -352,9 +352,16 @@ 0.0.1 - javax.mail - mail - 1.4.4 + com.sun.mail + javax.mail + 1.6.0 + + + + javax.activation + activation + + -- 2.16.6