From 16dbb90d968df364147cad6573abfd1d1666f6c5 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 9 Feb 2026 09:38:59 -0800 Subject: [PATCH] Depend on latest Java Mail library. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ba6afdb9..dae23fce 100644 --- a/pom.xml +++ b/pom.xml @@ -45,9 +45,9 @@ provided - javax.mail - mail - 1.4.1 + com.sun.mail + javax.mail + 1.6.2 compile true