From 58652469209aa4ecfbfffbf31f38590b09c4400d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 08:47:12 +0200 Subject: [PATCH 1/3] 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 a5cafffcf2c1..cff270e0cbbb 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/3] 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 cff270e0cbbb..3f622a0f4f10 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/3] 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 3f622a0f4f10..6d2ca786f2a7 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") {