From 219fc8a1592703c7e574ceabde5ee6716401e8fb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 May 2024 14:18:21 +0100 Subject: [PATCH] Upgrade to SAAJ Impl 3.0.4 Closes gh-40779 --- 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 13799e333ad..7128882c60f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1386,7 +1386,7 @@ bom { ] } } - library("SAAJ Impl", "3.0.3") { + library("SAAJ Impl", "3.0.4") { group("com.sun.xml.messaging.saaj") { modules = [ "saaj-impl"