From 313b203540d6e87cb2f6f9233d7ef5d343cb5958 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Apr 2022 10:49:37 +0200 Subject: [PATCH] Upgrade to MariaDB 3.0.4 Closes gh-30722 --- 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 92ed951a9ae..4f2fa0bf81e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1146,7 +1146,7 @@ bom { ] } } - library("MariaDB", "3.0.3") { + library("MariaDB", "3.0.4") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"