From 61b735d1e900f04a7c6eddd8d6155de1a747c099 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Aug 2023 17:07:49 +0100 Subject: [PATCH] Upgrade to Rabbit Stream Client 0.12.0 Closes gh-36898 --- 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 cd17a1b5ab..d59dd985c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1192,7 +1192,7 @@ bom { ] } } - library("Rabbit Stream Client", "0.11.0") { + library("Rabbit Stream Client", "0.12.0") { group("com.rabbitmq") { modules = [ "stream-client"