From 1816f46c199060a240f95e245de1fe2a4a4de6d3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Feb 2022 14:23:45 +0100 Subject: [PATCH] Upgrade to MariaDB 3.0.3 Closes gh-29945 --- 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 8decdb6e56..182971fe83 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1109,7 +1109,7 @@ bom { ] } } - library("MariaDB", "2.7.5") { + library("MariaDB", "3.0.3") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"