From 38ba2b98bcbe4fde617a81efdbc20697ca2e2d2c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 May 2023 15:46:52 +0100 Subject: [PATCH] Upgrade to MariaDB 3.1.4 Closes gh-35281 --- 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 4b7326365dd..df89068214f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -839,7 +839,7 @@ bom { ] } } - library("MariaDB", "3.1.3") { + library("MariaDB", "3.1.4") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"