From d4c502e60c293d2697be8f0ac67b1474e113ba29 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 08:51:36 +0200 Subject: [PATCH] Upgrade to MariaDB 2.7.3 Closes gh-26511 --- 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 bb82fcdce5..16b96c4fd1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -979,7 +979,7 @@ bom { ] } } - library("MariaDB", "2.7.2") { + library("MariaDB", "2.7.3") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"