From b6edb4d252757d96da66098d85c8cdd595133daf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:23 +0100 Subject: [PATCH] Upgrade to MariaDB 2.6.2 Closes gh-22807 --- 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 037fe16cc4..515c13630d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -975,7 +975,7 @@ bom { ] } } - library("MariaDB", "2.6.1") { + library("MariaDB", "2.6.2") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"