From 0575f2f60a5536d853e09b613a30d39242e2571a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:37 +0100 Subject: [PATCH] Upgrade to MariaDB 2.7.3 Closes gh-26556 --- 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 25a1dbf921..7667940229 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1067,7 +1067,7 @@ bom { ] } } - library("MariaDB", "2.7.2") { + library("MariaDB", "2.7.3") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"