From 1eb8bcaa4920089a189f5779362b073f0a7f3323 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2022 07:30:31 +0100 Subject: [PATCH 1/5] Upgrade to Lettuce 6.1.8.RELEASE Closes gh-30336 --- 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 3ad0b67d27e..acb4c4aaaa7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1057,7 +1057,7 @@ bom { ] } } - library("Lettuce", "6.1.6.RELEASE") { + library("Lettuce", "6.1.8.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From 10ffd012054d2493571990e85eef2128ed7f82b0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2022 07:30:33 +0100 Subject: [PATCH 2/5] Upgrade to R2DBC Bom Arabba-SR13 Closes gh-30337 --- 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 acb4c4aaaa7..4f81f51b082 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1454,7 +1454,7 @@ bom { ] } } - library("R2DBC Bom", "Arabba-SR12") { + library("R2DBC Bom", "Arabba-SR13") { group("io.r2dbc") { imports = [ "r2dbc-bom" From dfa95a238ddc2d1ecd5d18e5d76b5c5358cd5aaf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2022 07:33:08 +0100 Subject: [PATCH 3/5] Upgrade to Hibernate 5.6.7.Final Closes gh-30338 --- 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 5d45b9282b9..b30e0865134 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -421,7 +421,7 @@ bom { ] } } - library("Hibernate", "5.6.6.Final") { + library("Hibernate", "5.6.7.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" } From 3109a1869836c4a81ede3d2442d6d4bbb5a78c93 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2022 07:33:10 +0100 Subject: [PATCH 4/5] Upgrade to Lettuce 6.1.8.RELEASE Closes gh-30339 --- 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 b30e0865134..495dcee900c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1074,7 +1074,7 @@ bom { ] } } - library("Lettuce", "6.1.6.RELEASE") { + library("Lettuce", "6.1.8.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From 118964893d8335aef501de05e38edf424d400225 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2022 07:33:12 +0100 Subject: [PATCH 5/5] Upgrade to R2DBC Bom Arabba-SR13 Closes gh-30340 --- 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 495dcee900c..aa4953468c7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1427,7 +1427,7 @@ bom { ] } } - library("R2DBC Bom", "Arabba-SR12") { + library("R2DBC Bom", "Arabba-SR13") { group("io.r2dbc") { imports = [ "r2dbc-bom"