From 39c8898008dafadd42c2e4c296e2ef1141e97bca Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Jul 2020 21:05:32 +0100 Subject: [PATCH] Upgrade to MariaDB 2.6.2 Closes gh-22541 --- 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 71febcff121..17d60f4ecfb 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.1") { + library("MariaDB", "2.6.2") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"