From 9edbbbcc0348b8529ab4b58b93b1495059ff2a7e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:40 +0200 Subject: [PATCH] Upgrade to MariaDB 3.0.7 Closes gh-32021 --- 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 a20a1b23a27..c16dd03e968 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1151,7 +1151,7 @@ bom { ] } } - library("MariaDB", "3.0.6") { + library("MariaDB", "3.0.7") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"