From 7f6cd6eef40aaee5e765d836581081795f23b1d8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:41:03 +0100 Subject: [PATCH] Upgrade to MariaDB 2.6.0 Closes gh-20775 --- 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 8f5215dcda..416604944e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1049,7 +1049,7 @@ bom { ] } } - library("MariaDB", "2.5.4") { + library("MariaDB", "2.6.0") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"