From caa21b0fbe747a738dd6da964d68aecfe7cb2346 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:28:12 +0200 Subject: [PATCH 1/6] Upgrade to Flatten Maven Plugin 1.2.7 Closes gh-26094 --- 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 3c8d2866c6..bbfd0d00fe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -314,7 +314,7 @@ bom { ] } } - library("Flatten Maven Plugin", "1.2.5") { + library("Flatten Maven Plugin", "1.2.7") { group("org.codehaus.mojo") { plugins = [ "flatten-maven-plugin" From 4a5cb3f29ee847228215dd94277efb5bb1181a8b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:28:13 +0200 Subject: [PATCH 2/6] Upgrade to Glassfish JAXB 2.3.4 Closes gh-26095 --- 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 bbfd0d00fe..b258ebc927 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -352,7 +352,7 @@ bom { ] } } - library("Glassfish JAXB", "2.3.3") { + library("Glassfish JAXB", "2.3.4") { group("org.glassfish.jaxb") { modules = [ "codemodel", From 274cfc0af07661bfe29550fc72d80996ee62ad98 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:28:14 +0200 Subject: [PATCH 3/6] Upgrade to HSQLDB 2.5.2 Closes gh-26096 --- 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 b258ebc927..4b528e35ce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -448,7 +448,7 @@ bom { ] } } - library("HSQLDB", "2.5.1") { + library("HSQLDB", "2.5.2") { group("org.hsqldb") { modules = [ "hsqldb" From 7c85ebc9c93784766cf4557107f757eccdd0a34e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:28:16 +0200 Subject: [PATCH 4/6] Upgrade to Lettuce 5.3.7.RELEASE Closes gh-26097 --- 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 4b528e35ce..a251940d3b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -994,7 +994,7 @@ bom { ] } } - library("Lettuce", "5.3.6.RELEASE") { + library("Lettuce", "5.3.7.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From cb1d7a3bc8149e6eabde694c771ccf4001718dfd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:28:18 +0200 Subject: [PATCH 5/6] Upgrade to Micrometer 1.5.13 Closes gh-26098 --- 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 a251940d3b..87dd566ced 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1169,7 +1169,7 @@ bom { ] } } - library("Micrometer", "1.5.12") { + library("Micrometer", "1.5.13") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From cb2a7dd4cb0b75c5e34f01f95517bee8618b1961 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:28:19 +0200 Subject: [PATCH 6/6] Upgrade to SAAJ Impl 1.5.3 Closes gh-26099 --- 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 87dd566ced..7aac9386fd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1559,7 +1559,7 @@ bom { ] } } - library("SAAJ Impl", "1.5.2") { + library("SAAJ Impl", "1.5.3") { group("com.sun.xml.messaging.saaj") { modules = [ "saaj-impl"