From eaeb4f2d73b1779c643135219ff71d2d9a078d24 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:19 +0000 Subject: [PATCH] Upgrade to Jakarta Mail 1.6.6 Closes gh-25666 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index cd557fb11e7..cf8d2370207 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -567,7 +567,7 @@ bom { ] } } - library("Jakarta Mail", "1.6.5") { + library("Jakarta Mail", "1.6.6") { prohibit("[2.0.0-RC1,)") { because "it uses the jakarta.* namespace" }