From b71a9b9f856db524094c1115c0bb73d95cc814a1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:37:24 +0100 Subject: [PATCH] Upgrade to MariaDB 3.0.6 Closes gh-31644 --- 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 0fbebea0e8..abd31a12a5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -877,7 +877,7 @@ bom { ] } } - library("MariaDB", "3.0.4") { + library("MariaDB", "3.0.6") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"