From 8574d1759d0ed040952d7912b7160e3517f3f663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 16 Oct 2024 09:49:26 +0200 Subject: [PATCH 1/7] Upgrade to Micrometer 1.12.11 Closes gh-42531 --- 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 c245d2fdf0..f9fc2b333a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1003,7 +1003,7 @@ bom { ] } } - library("Micrometer", "1.12.11-SNAPSHOT") { + library("Micrometer", "1.12.11") { considerSnapshots() group("io.micrometer") { modules = [ From b37dce1776777f36188b4e81af9c88aa075c9ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 16 Oct 2024 09:49:27 +0200 Subject: [PATCH 2/7] Upgrade to Micrometer Tracing 1.2.11 Closes gh-42532 --- 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 f9fc2b333a..750882108c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1016,7 +1016,7 @@ bom { ] } } - library("Micrometer Tracing", "1.2.11-SNAPSHOT") { + library("Micrometer Tracing", "1.2.11") { considerSnapshots() group("io.micrometer") { imports = [ From b923b6140407f5b340708262028255e65460d5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 16 Oct 2024 09:49:27 +0200 Subject: [PATCH 3/7] Upgrade to Reactor Bom 2023.0.11 Closes gh-42533 --- 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 750882108c..8ec709e078 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1390,7 +1390,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.11-SNAPSHOT") { + library("Reactor Bom", "2023.0.11") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From f163aa31a8b7f231a8d06d299322a0b7c3afb588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 16 Oct 2024 09:49:27 +0200 Subject: [PATCH 4/7] Upgrade to Spring Session 3.2.6 Closes gh-42542 --- 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 8ec709e078..7bf698d4bf 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 Session", "3.2.6-SNAPSHOT") { + library("Spring Session", "3.2.6") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) From 207a78798d5f9089f7b5c5bd803f4cc4aa9e8611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 16 Oct 2024 09:50:26 +0200 Subject: [PATCH 5/7] Upgrade to Micrometer 1.13.6 Closes gh-42543 --- 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 bd528cfbe0..e604e9534a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1280,7 +1280,7 @@ bom { ] } } - library("Micrometer", "1.13.6-SNAPSHOT") { + library("Micrometer", "1.13.6") { considerSnapshots() group("io.micrometer") { modules = [ From 9033d254ce3a4e326f23b6b38479cdb8d2527381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 16 Oct 2024 09:50:27 +0200 Subject: [PATCH 6/7] Upgrade to Micrometer Tracing 1.3.5 Closes gh-42544 --- 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 e604e9534a..e3131a3818 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1300,7 +1300,7 @@ bom { releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}") } } - library("Micrometer Tracing", "1.3.5-SNAPSHOT") { + library("Micrometer Tracing", "1.3.5") { considerSnapshots() group("io.micrometer") { imports = [ From e7f56e300c4ac81b70d094f31bfef8dd06e8b668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 16 Oct 2024 09:50:28 +0200 Subject: [PATCH 7/7] Upgrade to Reactor Bom 2023.0.11 Closes gh-42545 --- 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 e3131a3818..568ea6f07f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1705,7 +1705,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.11-SNAPSHOT") { + library("Reactor Bom", "2023.0.11") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {