From 87eca76af2118cdc6a1bab98c5a24dbe23432056 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 20:36:05 +0000 Subject: [PATCH] Start building against Spring AMQP 3.1.3 snapshots See gh-39891 --- 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 abb7ecfbd0..bc9c1b7f3e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1767,7 +1767,7 @@ bom { ] } } - library("Spring AMQP", "3.1.2") { + library("Spring AMQP", "3.1.3-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [