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