From 29659738ce85d84e8a9cf06c20e199b09bfbbc87 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 9 Feb 2024 09:58:10 +0000 Subject: [PATCH] Start building against Spring AMQP 3.1.2 snapshots See gh-39477 --- 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 d3368ce0da2..d8afa04ea81 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1495,7 +1495,7 @@ bom { ] } } - library("Spring AMQP", "3.1.1") { + library("Spring AMQP", "3.1.2-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [