From 5dfe3ccc896f5c545a7da4af0321997ec24a6a8f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:58 +0000 Subject: [PATCH] Upgrade to MariaDB 2.7.2 Closes gh-25218 --- 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 46c95c52373..0b4a41bf191 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -978,7 +978,7 @@ bom { ] } } - library("MariaDB", "2.7.1") { + library("MariaDB", "2.7.2") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"