From e6048ceca5d57cdd63465df527a1a04136c32581 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 11 Apr 2025 14:21:49 +0200 Subject: [PATCH] Revert "Upgrade to Rabbit Stream Client 0.24.0" This reverts commit 25099946d5551d2006b255956a1639100c5c11c5. See gh-45125 --- 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 3986cd3c91..c692ef8ba5 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.24.0") { + library("Rabbit Stream Client", "0.22.0") { group("com.rabbitmq") { modules = [ "stream-client"