From 3bc6b9263667bb3cea87ea47670715bbea633a66 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:33:06 +0000 Subject: [PATCH] Upgrade to MariaDB 3.3.2 Closes gh-39016 --- 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 eba90f5d9e..ca2a52be15 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.2.0") { + library("MariaDB", "3.3.2") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"