From 1e5ad075df6e59a725d92796ee8396b5753d5a36 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 15 Jan 2026 09:18:39 +0000 Subject: [PATCH 1/3] Start building against Spring AMQP 4.0.2 snapshots See gh-48832 --- 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 b02e230f71f..c81ce6f1959 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2371,7 +2371,7 @@ bom { ] } } - library("Spring AMQP", "4.0.1") { + library("Spring AMQP", "4.0.2-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom") From 574296487aec23dfaeaa16600cb4c7b738c79c6f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 15 Jan 2026 09:18:44 +0000 Subject: [PATCH 2/3] Start building against Spring Integration 7.0.2 snapshots See gh-48833 --- 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 c81ce6f1959..e24b7a88e71 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2466,7 +2466,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.0.1") { + library("Spring Integration", "7.0.2-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom") From a5ca146aa0eb47c2245c70fd245136e45fd61900 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 15 Jan 2026 09:43:03 +0000 Subject: [PATCH 3/3] Start building against Spring HATEOAS 3.0.2 snapshots See gh-48834 --- 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 e24b7a88e71..058a2c6a958 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2449,7 +2449,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-graphql/releases/tag/v{version}") } } - library("Spring HATEOAS", "3.0.1") { + library("Spring HATEOAS", "3.0.2-SNAPSHOT") { considerSnapshots() group("org.springframework.hateoas") { modules = [