From 4ec8692acf82f4f51824725ba64e50d06995e3bc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Jun 2024 14:16:28 +0100 Subject: [PATCH] Upgrade to Pulsar Reactive 0.5.6 Closes gh-41134 --- 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 bd96af04c8d..03989d79cd3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1524,7 +1524,7 @@ bom { releaseNotes("https://pulsar.apache.org/release-notes/versioned/pulsar-{version}") } } - library("Pulsar Reactive", "0.5.5") { + library("Pulsar Reactive", "0.5.6") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter",