From 69f54c6b6d7fe02720dcc728aafa12b6ee539fb3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 13 Aug 2021 11:05:32 +0200 Subject: [PATCH 1/5] Upgrade to Micrometer 1.6.10 Closes gh-27596 --- 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 112ac5c0fef..6358df07836 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1112,7 +1112,7 @@ bom { ] } } - library("Micrometer", "1.6.10-SNAPSHOT") { + library("Micrometer", "1.6.10") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From fa99ae774a1648e2978edaf61d155034370eaa82 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 13 Aug 2021 11:06:25 +0200 Subject: [PATCH 2/5] Upgrade to Spring Data 2020.0.12 Closes gh-27632 --- 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 6358df07836..6f4d48e297d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.12-SNAPSHOT") { + library("Spring Data Bom", "2020.0.12") { group("org.springframework.data") { imports = [ "spring-data-bom" From c0ed8136d85ad1a0efb3935f2c25ed1d77583cdb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 13 Aug 2021 11:07:29 +0200 Subject: [PATCH 3/5] Upgrade to Micrometer 1.7.3 Closes gh-27601 --- 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 3ed62fc94d9..00604d6a21a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1200,7 +1200,7 @@ bom { ] } } - library("Micrometer", "1.7.3-SNAPSHOT") { + library("Micrometer", "1.7.3") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 454ea44c39f4500c893fc599d5eb315884a5ca68 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 13 Aug 2021 11:08:10 +0200 Subject: [PATCH 4/5] Upgrade to Spring Data 2021.0.4 Closes gh-27633 --- 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 00604d6a21a..a7cd10cb70e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1649,7 +1649,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.4-SNAPSHOT") { + library("Spring Data Bom", "2021.0.4") { group("org.springframework.data") { imports = [ "spring-data-bom" From 9f505788f8dc0f7c07d1a4a9d87f445db0b296ea Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 13 Aug 2021 11:08:35 +0200 Subject: [PATCH 5/5] Upgrade to Spring Kafka 2.7.6 Closes gh-27602 --- 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 a7cd10cb70e..4b34e220069 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring Kafka", "2.7.6-SNAPSHOT") { + library("Spring Kafka", "2.7.6") { group("org.springframework.kafka") { modules = [ "spring-kafka",