From 31955603852c180a77814bcf195bb30a1010eaeb Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 21 Nov 2023 12:19:53 -0800 Subject: [PATCH] Upgrade to Rabbit Stream Client 0.14.0 Closes gh-38480 --- 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 d319c9fdcd8..bc77c2cfae7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1309,7 +1309,7 @@ bom { ] } } - library("Rabbit Stream Client", "0.13.0") { + library("Rabbit Stream Client", "0.14.0") { group("com.rabbitmq") { modules = [ "stream-client"