From 6bff2c61c3cc79c4b4baad25a1f3fc741e11ec96 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 May 2024 15:57:16 +0100 Subject: [PATCH] Upgrade to SAAJ Impl 3.0.4 Closes gh-40788 --- 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 8c10975424d..8a5934046aa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1793,7 +1793,7 @@ bom { .formatted(version.major(), version.minor()) } } } - library("SAAJ Impl", "3.0.3") { + library("SAAJ Impl", "3.0.4") { group("com.sun.xml.messaging.saaj") { modules = [ "saaj-impl"