From 374176a6808eab345374c7408065797e6384dc8f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Sep 2022 14:19:12 -0700 Subject: [PATCH] Upgrade to MariaDB 3.0.8 Closes gh-32451 --- 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 05300cda89..09782e7b75 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.7") { + library("MariaDB", "3.0.8") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"