From f689f68695d0f6036c280c0a842699ed691a0858 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jul 2023 18:15:14 +0200 Subject: [PATCH] Upgrade to Rabbit Stream Client 0.11.0 Closes gh-36382 --- 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 b8edb3f85f..6dbc9ae4b6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1191,7 +1191,7 @@ bom { ] } } - library("Rabbit Stream Client", "0.10.0") { + library("Rabbit Stream Client", "0.11.0") { group("com.rabbitmq") { modules = [ "stream-client"