From a7d52a2b2d8c60857035e475f31565cbfd4219f1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 05:20:59 +0100 Subject: [PATCH] Upgrade to MariaDB 2.7.1 Closes gh-24393 --- 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 96036dff1d63..96fc03496744 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.0") { + library("MariaDB", "2.7.1") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"