From 6487b809fe9e6d18ae7494c2b49bf9a66bd1fba4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Mar 2022 09:26:11 +0100 Subject: [PATCH] Upgrade to Rabbit Stream Client 0.5.0 Closes gh-30308 --- 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 b48d12508c..12dd266b5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1415,7 +1415,7 @@ bom { ] } } - library("Rabbit Stream Client", "0.4.0") { + library("Rabbit Stream Client", "0.5.0") { group("com.rabbitmq") { modules = [ "stream-client"