From fa954c0c87d4dfbfb9722286038c4d5ba7fe66c4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 07:59:28 +0100 Subject: [PATCH] Upgrade to Spring Pulsar 1.0.0-RC1 Closes gh-37918 --- 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 a01ea428f38..e60ee7fc521 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1580,7 +1580,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.0-M2") { + library("Spring Pulsar", "1.0.0-RC1") { group("org.springframework.pulsar") { modules = [ "spring-pulsar",