From caa21b0fbe747a738dd6da964d68aecfe7cb2346 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:28:12 +0200 Subject: [PATCH 01/11] 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 3c8d2866c6f..bbfd0d00fea 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 02/11] 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 bbfd0d00fea..b258ebc927d 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 03/11] 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 b258ebc927d..4b528e35ce0 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 04/11] 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 4b528e35ce0..a251940d3bc 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 05/11] 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 a251940d3bc..87dd566ced0 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 06/11] 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 87dd566ced0..7aac9386fd0 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" From 00b53b5bdbac460f4a6b054d0b47937bdd5f5a87 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:47:22 +0200 Subject: [PATCH 07/11] Upgrade to Glassfish JAXB 2.3.4 Closes gh-26100 --- 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 6d52dfff199..8225e1e1627 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -338,7 +338,7 @@ bom { ] } } - library("Glassfish JAXB", "2.3.3") { + library("Glassfish JAXB", "2.3.4") { group("org.glassfish.jaxb") { modules = [ "codemodel", From 0429ab4b88bf32d169a39a4c685d7ff60dee4ac0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:47:24 +0200 Subject: [PATCH 08/11] Upgrade to HSQLDB 2.5.2 Closes gh-26101 --- 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 8225e1e1627..d7641a4f486 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -433,7 +433,7 @@ bom { ] } } - library("HSQLDB", "2.5.1") { + library("HSQLDB", "2.5.2") { group("org.hsqldb") { modules = [ "hsqldb" From 3a8736a112e0cb715a408a8f427f15e0f20ab12f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:47:25 +0200 Subject: [PATCH 09/11] Upgrade to Lettuce 6.0.4.RELEASE Closes gh-26102 --- 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 d7641a4f486..9e5d94501d5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -934,7 +934,7 @@ bom { ] } } - library("Lettuce", "6.0.3.RELEASE") { + library("Lettuce", "6.0.4.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From 54d23bac9df27daf815906dab44414a16c10c80c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:47:26 +0200 Subject: [PATCH 10/11] Upgrade to Micrometer 1.6.6 Closes gh-26103 --- 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 9e5d94501d5..efa6e3db1d6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1112,7 +1112,7 @@ bom { ] } } - library("Micrometer", "1.6.5") { + library("Micrometer", "1.6.6") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 90fccd7097f59071b29768b494c5dbaeb1a47e28 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:47:27 +0200 Subject: [PATCH 11/11] 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"