From abb131073ac06b2129cbda860c53d4720402a47f Mon Sep 17 00:00:00 2001 From: Matt Sicker Date: Thu, 30 Apr 2020 12:32:19 -0500 Subject: [PATCH] Update javax.mail to 1.6.5 (#4660) This has changed maven coordinates to the jakarta project, though the code is binary compatible still. --- core/pom.xml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 79462dfe4c..c6fcff4b84 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -321,20 +321,9 @@ THE SOFTWARE. 1.19 - javax.mail - mail - 1.4.4 - - - javax.activation - activation - - - - - org.jvnet.hudson - activation - 1.1.1-hudson-1 + com.sun.mail + jakarta.mail + 1.6.5 jaxen -- GitLab