From e4fb95a16b1aabe4c2ee411860cec4d61c6a9843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Nov 2024 15:53:21 +0100 Subject: [PATCH] Upgrade to Pulsar Reactive 0.5.9 Closes gh-43179 --- 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 1546b8820df..16126d624ba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1283,7 +1283,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.8") { + library("Pulsar Reactive", "0.5.9") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter",