From 5f86c11f92b619ec6e8c67126eeeb3d81ad8bf59 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 08:20:01 +0200 Subject: [PATCH 1/3] Upgrade to Spring Data Bom 2021.2.12 Closes gh-35292 --- 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 8fb36a890a..4db3445701 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1739,7 +1739,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.12-SNAPSHOT") { + library("Spring Data Bom", "2021.2.12") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From e4bd62499dde57e4734ea5331d4630c84a47b496 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 08:21:24 +0200 Subject: [PATCH 2/3] Upgrade to Micrometer Tracing 1.0.6 Closes gh-35420 --- 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 3946c35ee4..5062e3b377 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -958,7 +958,7 @@ bom { ] } } - library("Micrometer Tracing", "1.0.5") { + library("Micrometer Tracing", "1.0.6") { group("io.micrometer") { imports = [ "micrometer-tracing-bom" From 9a10aa356e20c275efa86e340a9ea4c8593a3a9d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 08:21:24 +0200 Subject: [PATCH 3/3] Upgrade to Spring Data Bom 2022.0.6 Closes gh-35301 --- 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 5062e3b377..551d8b9610 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1348,7 +1348,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.6-SNAPSHOT") { + library("Spring Data Bom", "2022.0.6") { group("org.springframework.data") { imports = [ "spring-data-bom"