From edb2663a27957283f0ec661ed3e2aa6b26101b56 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Jan 2025 15:56:09 +0000 Subject: [PATCH] Upgrade to MariaDB 3.5.1 Closes gh-43680 --- 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 27b0e883b1..90539ebda9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1256,7 +1256,7 @@ bom { javadoc("https://projectlombok.org/api") } } - library("MariaDB", "3.4.1") { + library("MariaDB", "3.5.1") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"