From f91d2df40336713418225b560ca795b249c91796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 14 Feb 2025 16:57:04 +0100 Subject: [PATCH 1/2] Start building against Spring AMQP 3.1.9 snapshots See gh-44277 --- 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 8e25c2b4db..9c69743d48 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2094,7 +2094,7 @@ bom { ] } } - library("Spring AMQP", "3.1.8") { + library("Spring AMQP", "3.1.9-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [ From c70c9165931fc1cc6c9420086cff3a82a1eb86c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 14 Feb 2025 16:59:40 +0100 Subject: [PATCH 2/2] Start building against Spring AMQP 3.2.3 snapshots See gh-44278 --- 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 1686d616fa..7e1f04a074 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2077,7 +2077,7 @@ bom { ] } } - library("Spring AMQP", "3.2.2") { + library("Spring AMQP", "3.2.3-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [