From c0f1adcf5448ba8d1edbc535f64713d0602f6386 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:31 +0200 Subject: [PATCH] Upgrade to MariaDB 2.7.4 Closes gh-27681 --- 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 7696ed5d2a21..2d745fee255b 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.3") { + library("MariaDB", "2.7.4") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"