From cf0e6822fc6f5fa898525363a40b07bcfac920d3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 16:12:57 +0200 Subject: [PATCH] Upgrade to SAAJ Impl 3.0.2 Closes gh-35429 --- 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 42ef10f14a..1fe6d56140 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1258,7 +1258,7 @@ bom { ] } } - library("SAAJ Impl", "3.0.1") { + library("SAAJ Impl", "3.0.2") { group("com.sun.xml.messaging.saaj") { modules = [ "saaj-impl"