From 62af7ada47b7e72e704ac22c74fb915115957ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:23:46 +0200 Subject: [PATCH 01/12] Upgrade to Micrometer 1.14.12 Closes gh-47446 --- 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 c7fda2223c2..9bc8de943f1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1461,7 +1461,7 @@ bom { releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}") } } - library("Micrometer", "1.14.12-SNAPSHOT") { + library("Micrometer", "1.14.12") { considerSnapshots() group("io.micrometer") { modules = [ From 1254e6a8dec351a0242724ae21179a040413cd55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:23:46 +0200 Subject: [PATCH 02/12] Upgrade to Micrometer Tracing 1.4.11 Closes gh-47447 --- 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 9bc8de943f1..6268ec4441c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1483,7 +1483,7 @@ bom { releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}") } } - library("Micrometer Tracing", "1.4.11-SNAPSHOT") { + library("Micrometer Tracing", "1.4.11") { considerSnapshots() group("io.micrometer") { bom("micrometer-tracing-bom") From fa6d5dbee522606a3d4dbaf8903566eaf5097113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:23:50 +0200 Subject: [PATCH 03/12] Upgrade to MSSQL JDBC 12.8.2.jre11 Closes gh-47607 --- 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 6268ec4441c..26c4610f099 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1532,7 +1532,7 @@ bom { releaseNotes("https://github.com/mongodb/mongo-java-driver/releases/tag/r{version}") } } - library("MSSQL JDBC", "12.8.1.jre11") { + library("MSSQL JDBC", "12.8.2.jre11") { prohibit { endsWith(".jre8") because "we want to use the jre11 version" From e58b776fc40e2c1e4097d582a16f00fd1fd25d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:23:55 +0200 Subject: [PATCH 04/12] Upgrade to Tomcat 10.1.48 Closes gh-47608 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9c22f7e97f5..141d0e2d75f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.6 snakeYamlVersion=2.3 springFrameworkVersion=6.2.12-SNAPSHOT springFramework60xVersion=6.0.23 -tomcatVersion=10.1.47 +tomcatVersion=10.1.48 kotlin.stdlib.default.dependency=false From 4b02534e901c36fe9e3b55d5c695273f22a6521c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:45:41 +0200 Subject: [PATCH 05/12] Start building against Spring AMQP 3.2.8 snapshots See gh-47610 --- 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 26c4610f099..92d3f9f8088 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2081,7 +2081,7 @@ bom { ] } } - library("Spring AMQP", "3.2.7") { + library("Spring AMQP", "3.2.8-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom") From 9af4aeffd891193dbf79b68a9cdcea385fe1bd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:45:45 +0200 Subject: [PATCH 06/12] Start building against Spring Integration 6.4.8 snapshots See gh-47611 --- 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 92d3f9f8088..d27391ddbb3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2193,7 +2193,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.4.7") { + library("Spring Integration", "6.4.8-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom") From 15df53e9fec3eaeb829de66d1430cbc9599c8387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:48:37 +0200 Subject: [PATCH 07/12] Upgrade to Micrometer 1.15.5 Closes gh-47457 --- 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 e4c09404b73..037231dc750 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1576,7 +1576,7 @@ bom { releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}") } } - library("Micrometer", "1.15.5-SNAPSHOT") { + library("Micrometer", "1.15.5") { considerSnapshots() group("io.micrometer") { modules = [ From 95dd5f7fb602091ee1d474736cf67d2097503230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:48:37 +0200 Subject: [PATCH 08/12] Upgrade to Micrometer Tracing 1.5.5 Closes gh-47458 --- 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 037231dc750..87d00c76dbf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1598,7 +1598,7 @@ bom { releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}") } } - library("Micrometer Tracing", "1.5.5-SNAPSHOT") { + library("Micrometer Tracing", "1.5.5") { considerSnapshots() group("io.micrometer") { bom("micrometer-tracing-bom") From d36381880a8bd17973fbf91f0fc43715d723d246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:48:41 +0200 Subject: [PATCH 09/12] Upgrade to MSSQL JDBC 12.10.2.jre11 Closes gh-47612 --- 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 87d00c76dbf..614d0ad3e7b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1639,7 +1639,7 @@ bom { releaseNotes("https://github.com/mongodb/mongo-java-driver/releases/tag/r{version}") } } - library("MSSQL JDBC", "12.10.1.jre11") { + library("MSSQL JDBC", "12.10.2.jre11") { prohibit { endsWith(".jre8") because "we want to use the jre11 version" From 6c32ffff9198f8986367b94a078fe54e6454531c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:48:46 +0200 Subject: [PATCH 10/12] Upgrade to Tomcat 10.1.48 Closes gh-47613 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8b2fcd3a02e..2c48483db67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.6 snakeYamlVersion=2.4 springFrameworkVersion=6.2.12-SNAPSHOT springFramework60xVersion=6.0.23 -tomcatVersion=10.1.47 +tomcatVersion=10.1.48 kotlin.stdlib.default.dependency=false From 3ab994a0799c66c0883f0e9b5f4d86ff9b96cbd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:49:24 +0200 Subject: [PATCH 11/12] Start building against Spring AMQP 3.2.8 snapshots See gh-47614 --- 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 614d0ad3e7b..2d79b11412f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2204,7 +2204,7 @@ bom { ] } } - library("Spring AMQP", "3.2.7") { + library("Spring AMQP", "3.2.8-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom") From f89178ad6d8bd9ff4e40bf7b4a840b97b7e3319c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:49:28 +0200 Subject: [PATCH 12/12] Start building against Spring Integration 6.5.3 snapshots See gh-47615 --- 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 2d79b11412f..5f60a692cb7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2328,7 +2328,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.5.2") { + library("Spring Integration", "6.5.3-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")