From 44e7320cece20b915b46074db5df5fc17f96e555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:05:21 +0200 Subject: [PATCH] Upgrade to Pulsar Reactive 0.5.8 Closes gh-42826 --- 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 f08b8d034a0..e4c04be7a08 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1551,7 +1551,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",