From bb2182cffd97dc4d45aa12a037e971adeda4b8dd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jan 2024 15:57:11 +0000 Subject: [PATCH] Upgrade to Pulsar Reactive 0.5.2 Closes gh-39191 --- 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 e7c0f37f12bf..fe72bdc80f86 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1220,7 +1220,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.1") { + library("Pulsar Reactive", "0.5.2") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter",