From d2f03baf32caa1a0abab54b4e8a42648e6704607 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 Sep 2021 13:31:20 +0100 Subject: [PATCH] Upgrade to Rabbit Stream Client 0.4.0 Closes gh-28056 --- 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 abb67260673..dcff5710f28 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1376,7 +1376,7 @@ bom { ] } } - library("Rabbit Stream Client", "0.3.0") { + library("Rabbit Stream Client", "0.4.0") { group("com.rabbitmq") { modules = [ "stream-client"