From 6d786ecfe1d4db549ae43594b6abe15ba7f6ec62 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:47 +0100 Subject: [PATCH] Upgrade to SAAJ Impl 1.5.3 Closes gh-26564 --- 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 162e166939..cd2c0b8501 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1534,7 +1534,7 @@ bom { ] } } - library("SAAJ Impl", "1.5.2") { + library("SAAJ Impl", "1.5.3") { prohibit("[2.0.0-M1,)") { because "it uses the jakarta.* namespace" }