From 510876a193ab1491d9454b1abd6becec70c49cef Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 Aug 2021 09:14:45 +0200 Subject: [PATCH] Upgrade to MariaDB 2.7.4 Closes gh-27715 --- 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 453b868c41..d6a83a5b49 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1078,7 +1078,7 @@ bom { ] } } - library("MariaDB", "2.7.3") { + library("MariaDB", "2.7.4") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"