From 38f220faa6b7e5552ec93424d038a381559d2722 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Jan 2025 15:57:03 +0000 Subject: [PATCH] Upgrade to Rabbit Stream Client 0.21.0 Closes gh-43692 --- 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 f23c73226c..2997aeb913 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1857,7 +1857,7 @@ bom { releaseNotes("https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v{version}") } } - library("Rabbit Stream Client", "0.18.0") { + library("Rabbit Stream Client", "0.21.0") { group("com.rabbitmq") { modules = [ "stream-client"