From 877fffc02b7e1252367343d8b191b5118110f385 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 16:17:59 +0200 Subject: [PATCH] Upgrade to MariaDB 2.7.6 Closes gh-31729 --- 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 600dba5045..eb8bd40aae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1117,7 +1117,7 @@ bom { ] } } - library("MariaDB", "2.7.5") { + library("MariaDB", "2.7.6") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"