From cb15f35dbf196ce6131ffa45e2e3c9170688eafd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 21:24:38 +0100 Subject: [PATCH] Upgrade to MariaDB 2.7.9 Closes gh-35526 --- 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 f5a7461577a..dbbb872ec7b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1120,7 +1120,7 @@ bom { ] } } - library("MariaDB", "2.7.7") { + library("MariaDB", "2.7.9") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"