From 6c4d078c0ad31e080684502c3783d9e7aa20898c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:14:26 +0100 Subject: [PATCH] Upgrade to Rabbit Stream Client 0.13.0 Closes gh-37786 --- 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 72c63be9e4..5f9e597d8b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1315,7 +1315,7 @@ bom { ] } } - library("Rabbit Stream Client", "0.12.0") { + library("Rabbit Stream Client", "0.13.0") { group("com.rabbitmq") { modules = [ "stream-client"