From cd56affdf3af09d894a03d8124977b6dc4b6a514 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 20 Nov 2023 17:48:41 -0800 Subject: [PATCH] Upgrade to Spring Pulsar 1.0.0 Closes gh-38419 --- 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 cae406c920..009b38992f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.0-RC1") { + library("Spring Pulsar", "1.0.0") { group("org.springframework.pulsar") { modules = [ "spring-pulsar",