From 04ebddc4ba8bf8e478413d5db76487e81cce59b1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:27:00 +0100 Subject: [PATCH] Upgrade to Pulsar Reactive 0.5.5 Closes gh-40810 --- 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 3dda53ac34..8e43f29a06 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1272,7 +1272,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.4") { + library("Pulsar Reactive", "0.5.5") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter",