From 181f0b004bf6af573634fe84788ba20b7778adf3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Sep 2023 11:33:44 +0200 Subject: [PATCH 1/5] Upgrade to Micrometer 1.9.15 Closes gh-37245 --- 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 c1335a1eb6..eca5a79a7f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1327,7 +1327,7 @@ bom { ] } } - library("Micrometer", "1.9.15-SNAPSHOT") { + library("Micrometer", "1.9.15") { considerSnapshots() group("io.micrometer") { modules = [ From a3dff814373ef9b39ab986e7e5d63d37f6c16621 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Sep 2023 11:38:00 +0200 Subject: [PATCH 2/5] Upgrade to Micrometer 1.10.11 Closes gh-37255 --- 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 1b3a0ac917..698738e640 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -952,7 +952,7 @@ bom { ] } } - library("Micrometer", "1.10.11-SNAPSHOT") { + library("Micrometer", "1.10.11") { considerSnapshots() group("io.micrometer") { modules = [ From bbefc077522c33be450e842d4d99a2aab703d28a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Sep 2023 11:38:04 +0200 Subject: [PATCH 3/5] Upgrade to Micrometer Tracing 1.0.10 Closes gh-37345 --- 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 698738e640..e4c4c256f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -965,7 +965,7 @@ bom { ] } } - library("Micrometer Tracing", "1.0.9") { + library("Micrometer Tracing", "1.0.10") { considerSnapshots() group("io.micrometer") { imports = [ From d72095620946989715f7cadf26d4a33651f31a43 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Sep 2023 11:40:50 +0200 Subject: [PATCH 4/5] Upgrade to Micrometer 1.11.4 Closes gh-37261 --- 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 9fd7401567..a4230a45a5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -978,7 +978,7 @@ bom { ] } } - library("Micrometer", "1.11.4-SNAPSHOT") { + library("Micrometer", "1.11.4") { considerSnapshots() group("io.micrometer") { modules = [ From 4c415efea3307c7db51be36851af9c1b89036634 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Sep 2023 11:40:51 +0200 Subject: [PATCH 5/5] Upgrade to Micrometer Tracing 1.1.5 Closes gh-37262 --- 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 a4230a45a5..d10ba186b0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -991,7 +991,7 @@ bom { ] } } - library("Micrometer Tracing", "1.1.5-SNAPSHOT") { + library("Micrometer Tracing", "1.1.5") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") {