From 15eafc743031866bbbde7ae198dbf860e4c8ec37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:03:42 +0200 Subject: [PATCH] Upgrade to Pulsar Reactive 0.5.8 Closes gh-42819 --- 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 7692a0d825b..b24d890894d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { releaseNotes("https://pulsar.apache.org/release-notes/versioned/pulsar-{version}") } } - library("Pulsar Reactive", "0.5.7") { + library("Pulsar Reactive", "0.5.8") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter",