From 7fbfbfe21e1cf2f7578c29f8941b246a4192b9aa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Jul 2021 09:05:27 +0100 Subject: [PATCH 1/3] Upgrade to MySQL 8.0.26 Closes gh-27444 --- 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 00292d0b06b..9157e3171a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1158,7 +1158,7 @@ bom { ] } } - library("MySQL", "8.0.25") { + library("MySQL", "8.0.26") { group("mysql") { modules = [ "mysql-connector-java" { From aaf26245d59ce53124042049a280857e5dfc098b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Jul 2021 09:05:29 +0100 Subject: [PATCH 2/3] Upgrade to SLF4J 1.7.32 Closes gh-27445 --- 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 9157e3171a2..7ce2eef5242 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1498,7 +1498,7 @@ bom { ] } } - library("SLF4J", "1.7.31") { + library("SLF4J", "1.7.32") { group("org.slf4j") { modules = [ "jcl-over-slf4j", From 3ca86435d18c55ccc6e97a0a03e4bf53691f713d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Jul 2021 09:05:30 +0100 Subject: [PATCH 3/3] Upgrade to Undertow 2.2.9.Final Closes gh-27446 --- 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 7ce2eef5242..f9516ba6d07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1734,7 +1734,7 @@ bom { ] } } - library("Undertow", "2.2.8.Final") { + library("Undertow", "2.2.9.Final") { group("io.undertow") { modules = [ "undertow-core",