From 6717b7d4e4d60337c7c4f134f58074bf94c37dd8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Sep 2023 17:06:15 +0100 Subject: [PATCH 1/2] Upgrade to Hibernate 6.2.9.Final Closes gh-37465 --- 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 e1908c4a78d..177df502ba4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -371,7 +371,7 @@ bom { ] } } - library("Hibernate", "6.2.8.Final") { + library("Hibernate", "6.2.9.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal", From b16ca8727e9de1681d0df7edf99a663547baa334 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Sep 2023 17:06:20 +0100 Subject: [PATCH 2/2] Upgrade to R2DBC MySQL 1.0.3 Closes gh-37466 --- 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 177df502ba4..6f4c958ed31 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1156,7 +1156,7 @@ bom { ] } } - library("R2DBC MySQL", "1.0.2") { + library("R2DBC MySQL", "1.0.3") { group("io.asyncer") { modules = [ "r2dbc-mysql"