From 5f51083005e42af186d70f67e99c906ef89a951b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 09:25:48 +0000 Subject: [PATCH 1/3] Upgrade to Micrometer 1.11.7 Closes gh-38675 --- 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 2a7bf81c66c..9ce1a25baff 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -975,7 +975,7 @@ bom { ] } } - library("Micrometer", "1.11.7-SNAPSHOT") { + library("Micrometer", "1.11.7") { considerSnapshots() group("io.micrometer") { modules = [ From c3e3245bb3a92ef158434f192663a821241e7fb1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 09:25:49 +0000 Subject: [PATCH 2/3] Upgrade to Micrometer Tracing 1.1.8 Closes gh-38676 --- 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 9ce1a25baff..6cd52761ce2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -988,7 +988,7 @@ bom { ] } } - library("Micrometer Tracing", "1.1.8-SNAPSHOT") { + library("Micrometer Tracing", "1.1.8") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") { From 8d5175b68d77dd280ea4f483ae074dac91c764ba Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 09:25:50 +0000 Subject: [PATCH 3/3] Upgrade to Reactor Bom 2022.0.14 Closes gh-38677 --- 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 6cd52761ce2..2a68a72dd25 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1213,7 +1213,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.14-SNAPSHOT") { + library("Reactor Bom", "2022.0.14") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {