From 49f7f79424df0afdf2689cc03245dd6bb9d91086 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 18:23:55 +0100 Subject: [PATCH] Upgrade to Pulsar Reactive 0.5.4 Closes gh-40396 --- 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 94d336e71b6..072ae31a0c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1216,7 +1216,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.3") { + library("Pulsar Reactive", "0.5.4") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter",