From 6ae5bfb72854f235b14f80e157f6dae5968e62fb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Jan 2022 10:29:26 +0100 Subject: [PATCH] Upgrade to MariaDB 2.7.5 Closes gh-29496 --- 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 979bd2aac0d2..7627be529042 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1080,7 +1080,7 @@ bom { ] } } - library("MariaDB", "2.7.4") { + library("MariaDB", "2.7.5") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"