From f473bac8eb460f84e6a2d2df04f3dafb56e9c92d Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 11 Apr 2025 14:35:11 +0200 Subject: [PATCH] Upgrade to Rabbit Stream Client 0.23.0 Closes gh-45164 --- 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 c692ef8ba5a..ef1a22bae3c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1914,7 +1914,7 @@ bom { releaseNotes("https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v{version}") } } - library("Rabbit Stream Client", "0.22.0") { + library("Rabbit Stream Client", "0.23.0") { group("com.rabbitmq") { modules = [ "stream-client"