From a010229fc98a1d5bda47f43f48a89700159e0bca Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 08:00:14 +0000 Subject: [PATCH] Upgrade to Pulsar Reactive 0.5.3 Closes gh-39721 --- 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 b5550adfd77..df1f7378724 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1147,7 +1147,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.2") { + library("Pulsar Reactive", "0.5.3") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter",