From 246c29e498c56e3a2d3fda701221e7a73e544831 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 Nov 2023 15:54:36 +0000 Subject: [PATCH 1/3] Upgrade to Dependency Management Plugin 1.1.4 Closes gh-38345 --- 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 f3b90971bb..1257ee163e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -221,7 +221,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.3") { + library("Dependency Management Plugin", "1.1.4") { group("io.spring.gradle") { modules = [ "dependency-management-plugin" From 25e6c8828fa5913e9b57280cbd04b37cf42a98f6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 Nov 2023 15:54:36 +0000 Subject: [PATCH 2/3] Upgrade to Micrometer 1.11.6 Closes gh-38297 --- 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 1257ee163e..c3eaec7d84 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.6-SNAPSHOT") { + library("Micrometer", "1.11.6") { considerSnapshots() group("io.micrometer") { modules = [ From c4adc2c770062d4b512c59cdf8cc2074f8503880 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 Nov 2023 15:54:37 +0000 Subject: [PATCH 3/3] Upgrade to Micrometer Tracing 1.1.7 Closes gh-38298 --- 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 c3eaec7d84..045c6e9591 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.7-SNAPSHOT") { + library("Micrometer Tracing", "1.1.7") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") {