From ed364768e9f66b4bbfca89a29c67397bab7e89a6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:13:01 +0000 Subject: [PATCH] Upgrade to MariaDB 3.0.10 Closes gh-33783 --- 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 8193f65b21d..2e700fe7fd9 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.9") { + library("MariaDB", "3.0.10") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"