From b296ff890e3dfe76062071d74dbde694e5268f96 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 20 Nov 2023 18:48:24 -0800 Subject: [PATCH] Upgrade to Pulsar Reactive 0.5.0 Closes gh-38406 --- 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 28b192cf303..8612197b52a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1212,7 +1212,7 @@ bom { ] } } - library("Pulsar Reactive", "0.4.0") { + library("Pulsar Reactive", "0.5.0") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter",