From 50c6df99b5712947355b742c79728bc648a4f235 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 May 2024 15:05:09 +0100 Subject: [PATCH] Upgrade to SAAJ Impl 3.0.4 Closes gh-40783 --- 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 d9cb2606d2..6104dae9f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1499,7 +1499,7 @@ bom { ] } } - library("SAAJ Impl", "3.0.3") { + library("SAAJ Impl", "3.0.4") { group("com.sun.xml.messaging.saaj") { modules = [ "saaj-impl"