From ee5e35f3fdbd888a645d3ea4580b8598be3ad55d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 26 Jun 2020 23:23:43 +0100 Subject: [PATCH] Upgrade to MariaDB 2.6.1 Closes gh-22131 --- 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 710ae321d77..2d42957a554 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1021,7 +1021,7 @@ bom { ] } } - library("MariaDB", "2.6.0") { + library("MariaDB", "2.6.1") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"