From a6338f8e200e0d1e17df4b210508e30bbb131045 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 17:15:22 +0100 Subject: [PATCH] Upgrade to Rabbit Stream Client 0.8.0 Closes gh-32714 --- 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 56b36bb18f..cbf4f26697 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1216,7 +1216,7 @@ bom { ] } } - library("Rabbit Stream Client", "0.7.0") { + library("Rabbit Stream Client", "0.8.0") { group("com.rabbitmq") { modules = [ "stream-client"