From 347d3af35dea74ab31022afce06ffbd34e00ac3f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:57 +0100 Subject: [PATCH] Upgrade to MariaDB 2.6.1 Closes gh-22471 --- 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 206e777fd5..ec4c3a33ad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1028,7 +1028,7 @@ bom { ] } } - library("MariaDB", "2.6.0") { + library("MariaDB", "2.6.1") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"