From 447804fdc480702954a8207204a5e702a499e47e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 15:35:08 +0200 Subject: [PATCH] Upgrade to Rabbit Stream Client 0.7.0 Closes gh-32370 --- 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 a703025e91..85fd94b096 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1202,7 +1202,7 @@ bom { ] } } - library("Rabbit Stream Client", "0.5.0") { + library("Rabbit Stream Client", "0.7.0") { group("com.rabbitmq") { modules = [ "stream-client"