From 445dff0483dd3da1899458ef0a0ae173f7c82ec3 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Sep 2022 14:15:06 -0700 Subject: [PATCH] Upgrade to MariaDB 3.0.8 Closes gh-32445 --- 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 832cb6d288..969b0c7315 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.7") { + library("MariaDB", "3.0.8") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"