From 5f65301cbc92785e01d0911e29cfd16ea6f17ff9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:11:09 +0200 Subject: [PATCH] Upgrade to MariaDB 3.0.6 Closes gh-31744 --- 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 026dffa1097..e0bd5e5288b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1148,7 +1148,7 @@ bom { ] } } - library("MariaDB", "3.0.5") { + library("MariaDB", "3.0.6") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"