From 7fbfbfe21e1cf2f7578c29f8941b246a4192b9aa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Jul 2021 09:05:27 +0100 Subject: [PATCH 1/8] 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/8] 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/8] 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", From 8044bd24247eb87c4916054fb2f0d8aae448792a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Jul 2021 10:05:54 +0100 Subject: [PATCH 4/8] Upgrade to Jedis 3.6.3 Closes gh-27448 --- 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 2b656029704..1073930d974 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -842,7 +842,7 @@ bom { ] } } - library("Jedis", "3.6.2") { + library("Jedis", "3.6.3") { group("redis.clients") { modules = [ "jedis" From 982d6c60975c7c15a67a18039c43879371f7a59e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Jul 2021 10:05:55 +0100 Subject: [PATCH 5/8] Upgrade to Logback 1.2.4 Closes gh-27449 --- 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 1073930d974..4910ed04a90 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1051,7 +1051,7 @@ bom { ] } } - library("Logback", "1.2.3") { + library("Logback", "1.2.4") { group("ch.qos.logback") { modules = [ "logback-access", From a279d4271276ddbe3d740a485533958ca4750850 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Jul 2021 10:05:57 +0100 Subject: [PATCH 6/8] Upgrade to MySQL 8.0.26 Closes gh-27450 --- 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 4910ed04a90..e529c89dd32 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1246,7 +1246,7 @@ bom { ] } } - library("MySQL", "8.0.25") { + library("MySQL", "8.0.26") { group("mysql") { modules = [ "mysql-connector-java" { From 191bd8ca57cb65bedbc4ba3573e9ddf53432e924 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Jul 2021 10:05:58 +0100 Subject: [PATCH 7/8] Upgrade to SLF4J 1.7.32 Closes gh-27451 --- 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 e529c89dd32..f99c0836c91 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1587,7 +1587,7 @@ bom { ] } } - library("SLF4J", "1.7.31") { + library("SLF4J", "1.7.32") { group("org.slf4j") { modules = [ "jcl-over-slf4j", From 68c5f6cd30451a9a564b7f3f18bb8c1cb2ab628e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Jul 2021 10:05:59 +0100 Subject: [PATCH 8/8] Upgrade to Undertow 2.2.9.Final Closes gh-27452 --- 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 f99c0836c91..693509dae1a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1825,7 +1825,7 @@ bom { ] } } - library("Undertow", "2.2.8.Final") { + library("Undertow", "2.2.9.Final") { group("io.undertow") { modules = [ "undertow-core",