From 1ca763e5de8f749bc8a87e6a29cd061bb8ecc819 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 4 Aug 2023 14:41:03 +0200 Subject: [PATCH] Upgrade to MariaDB 3.1.4 Closes gh-36394 --- 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 157e6bd5a9..ec8595b4c2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1194,7 +1194,7 @@ bom { ] } } - library("MariaDB", "3.0.10") { + library("MariaDB", "3.1.4") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"