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/4] 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 c245d2fdf0b..f9fc2b333af 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/4] 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 f9fc2b333af..750882108ca 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/4] 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 750882108ca..8ec709e0784 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/4] 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 8ec709e0784..7bf698d4bf9 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-"])