From f91c6075c824d957df4acdb7d0f3be8612a38413 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 12:02:28 +0000 Subject: [PATCH] Upgrade to MariaDB 2.7.2 Closes gh-25245 --- 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 7bda27aa14..f02f29b71c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1044,7 +1044,7 @@ bom { ] } } - library("MariaDB", "2.7.1") { + library("MariaDB", "2.7.2") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"