From ba40a88c1048540e4acf543e790bc93769ffc429 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 07:51:44 +0100 Subject: [PATCH] Upgrade to MariaDB 3.0.9 Closes gh-33176 --- 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 afc1d99319..d2bf2bc04c 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.8") { + library("MariaDB", "3.0.9") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"