From 00f69c4ee87d9630b277f4c76d6bda1d4b15c7d4 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 16 Jan 2024 16:33:29 +0100 Subject: [PATCH] Upgrade to MySQL 8.3.0 Closes gh-39081 --- 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 ca14bc4de98..54afb5db2aa 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("MySQL", "8.1.0") { + library("MySQL", "8.3.0") { group("com.mysql") { modules = [ "mysql-connector-j" {