From 67899e55f50dbc87a850ae785f2636417ad8d415 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 3 Jul 2024 12:14:10 +0100 Subject: [PATCH] Start building against Spring AMQP 3.2.0 snapshots See gh-41306 --- 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 e2087d6b7b..c59b7baa5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1872,7 +1872,7 @@ bom { ] } } - library("Spring AMQP", "3.1.6") { + library("Spring AMQP", "3.2.0-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [