From 90fccd7097f59071b29768b494c5dbaeb1a47e28 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:47:27 +0200 Subject: [PATCH] Upgrade to SAAJ Impl 1.5.3 Closes gh-26104 --- 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 efa6e3db1d6..c789b4eaf3e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1448,7 +1448,7 @@ bom { ] } } - library("SAAJ Impl", "1.5.2") { + library("SAAJ Impl", "1.5.3") { group("com.sun.xml.messaging.saaj") { modules = [ "saaj-impl"