From de2aee9816a6b642daab49b759332f87337cc120 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 16 Jan 2024 16:31:19 +0100 Subject: [PATCH] Upgrade to MariaDB 3.3.2 Closes gh-38901 --- 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 0a797117d12..ca14bc4de98 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -866,7 +866,7 @@ bom { ] } } - library("MariaDB", "3.2.0") { + library("MariaDB", "3.3.2") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"