From c93d3201ff2f06e246966973dd6a9ea63af35266 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:31 +0200 Subject: [PATCH] Upgrade to MariaDB 3.0.5 Closes gh-31431 --- 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 fa5e70554d..38b7ef3c3a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1148,7 +1148,7 @@ bom { ] } } - library("MariaDB", "3.0.4") { + library("MariaDB", "3.0.5") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"