From d8639632b5be1774492a8fe98ad94cf1da87f1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 16 Aug 2024 09:33:20 +0200 Subject: [PATCH] Upgrade to Pulsar Reactive 0.5.7 Closes gh-41882 --- 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 66d7183ba0..b26f4de109 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1280,7 +1280,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.6") { + library("Pulsar Reactive", "0.5.7") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter",