From 21116297f62c26858461e90ddd866cf446610bad Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 19 Dec 2023 20:38:07 -0800 Subject: [PATCH] Upgrade to Pulsar Reactive 0.5.1 Closes gh-38873 --- 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 9a0b62f930..7f20cd79e9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1216,7 +1216,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.0") { + library("Pulsar Reactive", "0.5.1") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter",