From d8867e7c2ea8ff1a431ee22e4beb2b07a5bdf758 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:12 +0100 Subject: [PATCH] Upgrade to MariaDB 2.7.7 Closes gh-33160 --- 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 3ad65cd9e5..593b8cf141 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1120,7 +1120,7 @@ bom { ] } } - library("MariaDB", "2.7.6") { + library("MariaDB", "2.7.7") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"