From f33489d16fcdc8584b28585e62568bbcb45be116 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 13:56:03 +0100 Subject: [PATCH] Upgrade to MariaDB 3.0.9 Closes gh-33192 --- 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 923b712555..55044418b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -813,7 +813,7 @@ bom { ] } } - library("MariaDB", "3.0.8") { + library("MariaDB", "3.0.9") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"