From 9077605ed0dbb679b1145c1e2f5733c5b3263bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Mar 2026 14:24:33 +0100 Subject: [PATCH 1/9] Upgrade to DB2 JDBC 12.1.4.0 Closes gh-49544 --- 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 8c3b4289902..244d2f9610b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -302,7 +302,7 @@ bom { releaseNotes("https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-{version}") } } - library("DB2 JDBC", "12.1.3.0") { + library("DB2 JDBC", "12.1.4.0") { group("com.ibm.db2") { modules = [ "jcc" From 0b185b127e037d6716eaddc4d66fbf3052c4942e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Mar 2026 14:24:33 +0100 Subject: [PATCH 2/9] Upgrade to Micrometer 1.15.10 Closes gh-49403 --- 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 244d2f9610b..9cc6867f327 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1589,7 +1589,7 @@ bom { releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}") } } - library("Micrometer", "1.15.10-SNAPSHOT") { + library("Micrometer", "1.15.10") { considerSnapshots() group("io.micrometer") { modules = [ From 79f82043d0bcd564961311054d69fa08d07b86ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Mar 2026 14:24:33 +0100 Subject: [PATCH 3/9] Upgrade to Micrometer Tracing 1.5.10 Closes gh-49404 --- 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 9cc6867f327..562dd12adb9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1611,7 +1611,7 @@ bom { releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}") } } - library("Micrometer Tracing", "1.5.10-SNAPSHOT") { + library("Micrometer Tracing", "1.5.10") { considerSnapshots() alignWith { dependencyManagementDeclaredIn("io.micrometer:micrometer-tracing-bom") { From f66615bd9b1403c7ff8d90eaff77924a17a5a7a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Mar 2026 14:24:33 +0100 Subject: [PATCH 4/9] Upgrade to Reactor Bom 2024.0.16 Closes gh-49405 --- 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 562dd12adb9..3d5074507bf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2029,7 +2029,7 @@ bom { ] } } - library("Reactor Bom", "2024.0.16-SNAPSHOT") { + library("Reactor Bom", "2024.0.16") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From c8adaa8527d859c036f4dc75c22c2338f50cb494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Mar 2026 14:27:46 +0100 Subject: [PATCH 5/9] Upgrade to Commons Logging 1.3.6 Closes gh-49545 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index dcd9b6cd2af..323d944d9c9 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -244,7 +244,7 @@ bom { releaseNotes("https://commons.apache.org/proper/commons-lang/changes.html#a{version}") } } - library("Commons Logging", "1.3.5") { + library("Commons Logging", "1.3.6") { group("commons-logging") { modules = [ "commons-logging" From ac8cf34584847c626ba97ac7d2111a6d37ff0f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Mar 2026 14:27:50 +0100 Subject: [PATCH 6/9] Upgrade to DB2 JDBC 12.1.4.0 Closes gh-49546 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 323d944d9c9..b0343cbd6f6 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -301,7 +301,7 @@ bom { releaseNotes("https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-{version}") } } - library("DB2 JDBC", "12.1.3.0") { + library("DB2 JDBC", "12.1.4.0") { group("com.ibm.db2") { modules = [ "jcc" From bcee294f88ae6e19d016b4d40fb724dc55081f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Mar 2026 14:27:50 +0100 Subject: [PATCH 7/9] Upgrade to Micrometer 1.16.4 Closes gh-49413 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index b0343cbd6f6..5296e049465 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1540,7 +1540,7 @@ bom { releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}") } } - library("Micrometer", "1.16.4-SNAPSHOT") { + library("Micrometer", "1.16.4") { considerSnapshots() group("io.micrometer") { modules = [ From 153878b86f9bce361d86b81d78b9ac42c0a0d51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Mar 2026 14:27:50 +0100 Subject: [PATCH 8/9] Upgrade to Micrometer Tracing 1.6.4 Closes gh-49414 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 5296e049465..b2370c08bb3 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1563,7 +1563,7 @@ bom { releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}") } } - library("Micrometer Tracing", "1.6.4-SNAPSHOT") { + library("Micrometer Tracing", "1.6.4") { considerSnapshots() alignWith { dependencyManagementDeclaredIn("io.micrometer:micrometer-tracing-bom") { From 39440038aeb63622799b6e813e7080442009204a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Mar 2026 14:27:51 +0100 Subject: [PATCH 9/9] Upgrade to Reactor Bom 2025.0.4 Closes gh-49415 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index b2370c08bb3..8bb3c851c03 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1973,7 +1973,7 @@ bom { ] } } - library("Reactor Bom", "2025.0.4-SNAPSHOT") { + library("Reactor Bom", "2025.0.4") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {