From b444ccb19554c793140a26ad6a386f9737f8aa62 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 13:05:20 +0100 Subject: [PATCH] Upgrade to MariaDB 3.4.0 Closes gh-41410 --- 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 af4115a0a2..e211f446b3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1126,7 +1126,7 @@ bom { site("https://projectlombok.org") } } - library("MariaDB", "3.3.3") { + library("MariaDB", "3.4.0") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"