From c50d600bd8067e3dedc98714b7f6d7a812ab6f1d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:17:54 +0100 Subject: [PATCH] Upgrade to MariaDB 2.5.4 Closes gh-20082 --- 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 0f1aa484c8..83288c3baa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1016,7 +1016,7 @@ bom { ] } } - library("MariaDB", "2.5.2") { + library("MariaDB", "2.5.4") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"