From 6ae5bfb72854f235b14f80e157f6dae5968e62fb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Jan 2022 10:29:26 +0100 Subject: [PATCH 1/3] Upgrade to MariaDB 2.7.5 Closes gh-29496 --- 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 979bd2aac0..7627be5290 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1080,7 +1080,7 @@ bom { ] } } - library("MariaDB", "2.7.4") { + library("MariaDB", "2.7.5") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client" From 5dbde1b29476617603c8ec8d225c3019f06e1606 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Jan 2022 10:53:11 +0100 Subject: [PATCH 2/3] Upgrade to Hibernate 5.6.4.Final Closes gh-29497 --- 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 e06120e513..1f66ccba9e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -418,7 +418,7 @@ bom { ] } } - library("Hibernate", "5.6.3.Final") { + library("Hibernate", "5.6.4.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" } From c488be5adcc13ffb9189e4d83256568c32ba1853 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Jan 2022 10:53:13 +0100 Subject: [PATCH 3/3] Upgrade to MariaDB 2.7.5 Closes gh-29498 --- 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 1f66ccba9e..6a1145f4ad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1092,7 +1092,7 @@ bom { ] } } - library("MariaDB", "2.7.4") { + library("MariaDB", "2.7.5") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"