From c392a102f23e2304e189fbdb7e04775bed9d7683 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:34:02 +0000 Subject: [PATCH] Upgrade to Rabbit Stream Client 0.15.0 Closes gh-39028 --- 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 7549f932d3..e212492691 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1309,7 +1309,7 @@ bom { ] } } - library("Rabbit Stream Client", "0.14.0") { + library("Rabbit Stream Client", "0.15.0") { group("com.rabbitmq") { modules = [ "stream-client"