From 1eb8bcaa4920089a189f5779362b073f0a7f3323 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2022 07:30:31 +0100 Subject: [PATCH 1/8] 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 3ad0b67d27..acb4c4aaaa 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/8] 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 acb4c4aaaa..4f81f51b08 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/8] 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 5d45b9282b..b30e086513 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/8] 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 b30e086513..495dcee900 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/8] 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 495dcee900..aa4953468c 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" From 11dc4e078752c3a69158b7224204d7d3b7d8cac3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2022 07:37:21 +0100 Subject: [PATCH 6/8] Upgrade to Embedded Mongo 3.4.3 Closes gh-30341 --- 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 0cc232e34f..19cada3e04 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -313,7 +313,7 @@ bom { ] } } - library("Embedded Mongo", "3.4.2") { + library("Embedded Mongo", "3.4.3") { group("de.flapdoodle.embed") { modules = [ "de.flapdoodle.embed.mongo" From a6dfaeecb9305548507d5b4ac751888346795051 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2022 07:37:23 +0100 Subject: [PATCH 7/8] Upgrade to Lettuce 6.1.8.RELEASE Closes gh-30342 --- 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 19cada3e04..23615944c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1090,7 +1090,7 @@ bom { ] } } - library("Lettuce", "6.1.6.RELEASE") { + library("Lettuce", "6.1.8.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From da4adcd7b0cd6c4aadc10355db22c01e7557310d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2022 07:38:57 +0100 Subject: [PATCH 8/8] Upgrade to Micrometer 1.9.0-M4 Closes gh-30014 --- 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 23615944c6..4a3822b591 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1264,7 +1264,7 @@ bom { ] } } - library("Micrometer", "1.9.0-SNAPSHOT") { + library("Micrometer", "1.9.0-M4") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {