From b1d13c3fe5e7b1b579ebf594e258e02c0dc51e57 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 8 Sep 2023 11:51:36 +0100 Subject: [PATCH] Start building against Spring AMQP 3.0.9 snapshots See gh-37257 --- 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 1677b03159a..07e34746d42 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1347,7 +1347,7 @@ bom { ] } } - library("Spring AMQP", "3.0.8") { + library("Spring AMQP", "3.0.9-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [