From 0cedc5dbba0f53cc60cb65e015382fc0525b60a8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 15:34:29 +0200 Subject: [PATCH] Upgrade to MariaDB 3.0.7 Closes gh-32355 --- 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 7746dfd3e1d..ff3d5169362 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -879,7 +879,7 @@ bom { ] } } - library("MariaDB", "3.0.6") { + library("MariaDB", "3.0.7") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"