From 7c09fde8b2ec12b817b8f6d9e24765b20a0b41d2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:20:06 +0000 Subject: [PATCH] Upgrade to Rabbit Stream Client 0.9.0 Closes gh-34106 --- 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 8e0b84a74e..0b1eb1e98a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1127,7 +1127,7 @@ bom { ] } } - library("Rabbit Stream Client", "0.8.0") { + library("Rabbit Stream Client", "0.9.0") { group("com.rabbitmq") { modules = [ "stream-client"