From 58652469209aa4ecfbfffbf31f38590b09c4400d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 08:47:12 +0200 Subject: [PATCH 1/7] Upgrade to Ehcache3 3.9.7 Closes gh-28390 --- 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 a5cafffcf2..cff270e0cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -262,7 +262,7 @@ bom { ] } } - library("Ehcache3", "3.9.6") { + library("Ehcache3", "3.9.7") { group("org.ehcache") { modules = [ "ehcache", From 3e6da7ee2bc1ed20dfa13110d3536a2ddedba28e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 08:47:13 +0200 Subject: [PATCH 2/7] Upgrade to MySQL 8.0.27 Closes gh-28391 --- 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 cff270e0cb..3f622a0f4f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1165,7 +1165,7 @@ bom { ] } } - library("MySQL", "8.0.26") { + library("MySQL", "8.0.27") { group("mysql") { modules = [ "mysql-connector-java" { From 3d2091136af3cdbba420d392e34d67b7f8935799 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 08:47:14 +0200 Subject: [PATCH 3/7] Upgrade to Nimbus JOSE JWT 8.23 Closes gh-28392 --- 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 3f622a0f4f..6d2ca786f2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1214,7 +1214,7 @@ bom { } } library("Nimbus JOSE JWT") { - version("8.22.1") { + version("8.23") { shouldAlignWithVersionFrom("Spring Security") } group("com.nimbusds") { From cae0b50393da4487510d2842680e5c65d14d3d3d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 09:26:07 +0200 Subject: [PATCH 4/7] Upgrade to Ehcache3 3.9.7 Closes gh-28394 --- 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 148fc4b526..dd41b4f34a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -261,7 +261,7 @@ bom { ] } } - library("Ehcache3", "3.9.6") { + library("Ehcache3", "3.9.7") { group("org.ehcache") { modules = [ "ehcache", From 80e3c9a9cce6054f450be9e3cddaf24c7fd5e8e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 09:26:09 +0200 Subject: [PATCH 5/7] Upgrade to MySQL 8.0.27 Closes gh-28395 --- 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 dd41b4f34a..19a53890bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1253,7 +1253,7 @@ bom { ] } } - library("MySQL", "8.0.26") { + library("MySQL", "8.0.27") { group("mysql") { modules = [ "mysql-connector-java" { From 8d3e67e56101c924d673b75594f8db5c5798763e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 09:26:10 +0200 Subject: [PATCH 6/7] Upgrade to SendGrid 4.7.6 Closes gh-28396 --- 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 19a53890bb..211f438a26 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1580,7 +1580,7 @@ bom { ] } } - library("SendGrid", "4.7.5") { + library("SendGrid", "4.7.6") { group("com.sendgrid") { modules = [ "sendgrid-java" From 7328f609c2c325928ab24166e8c0be54c967c16b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 09:26:11 +0200 Subject: [PATCH 7/7] Upgrade to XmlUnit2 2.8.3 Closes gh-28397 --- 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 211f438a26..ccff8f13c4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1876,7 +1876,7 @@ bom { ] } } - library("XmlUnit2", "2.8.2") { + library("XmlUnit2", "2.8.3") { group("org.xmlunit") { modules = [ "xmlunit-assertj",