From b6d855fa0beddaaefd0001772d11fd3914adef81 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 19 Dec 2023 20:38:15 -0800 Subject: [PATCH] Upgrade to Spring Pulsar 1.0.1 Closes gh-38875 --- 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 c53eeed2a0ae..833d36c27aa4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1582,7 +1582,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.0") { + library("Spring Pulsar", "1.0.1") { group("org.springframework.pulsar") { modules = [ "spring-pulsar",