From 3e6da7ee2bc1ed20dfa13110d3536a2ddedba28e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 08:47:13 +0200 Subject: [PATCH] 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 cff270e0cbb..3f622a0f4f1 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" {