From 037aba5f88bde214a6ee9f755f0476e342ca6ea9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 14:39:04 +0200 Subject: [PATCH] Upgrade to MariaDB 3.2.0 Closes gh-37320 --- 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 e8d78c368c6..788531bcc4e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -862,7 +862,7 @@ bom { ] } } - library("MariaDB", "3.1.4") { + library("MariaDB", "3.2.0") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"