From d45a96904f7c02fcab6dd31194a31fe139072251 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 13:22:08 +0000 Subject: [PATCH] Upgrade to MariaDB 3.0.10 Closes gh-33801 --- 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 9cd8bca820..68786e3a2f 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.9") { + library("MariaDB", "3.0.10") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"