From e2fbdcf19382ad3cd42375ddd157d047eec606eb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 07:59:39 +0000 Subject: [PATCH] Upgrade to MariaDB 3.3.3 Closes gh-39714 --- 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 45df2202d98..cfffc1a6b78 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -865,7 +865,7 @@ bom { ] } } - library("MariaDB", "3.3.2") { + library("MariaDB", "3.3.3") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"