From 7de738041edc39d5a0e2562767b46e356be47389 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Jun 2024 14:06:45 +0100 Subject: [PATCH] Upgrade to Pulsar Reactive 0.5.6 Closes gh-41129 --- 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 6cd40282aea..d47ad96ccd2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1271,7 +1271,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.5") { + library("Pulsar Reactive", "0.5.6") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter",