From c743ad5e03049fee51e59fccef6ac43f8111ca43 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sun, 17 Dec 2023 16:35:44 -0600 Subject: [PATCH] Update Pulsar Reactive Client to 0.5.1 (#527) Resolves #525 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4ea39966..a74d6824 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8 pulsarClientVersion=3.1.1 -pulsarClientReactiveVersion=0.5.0 +pulsarClientReactiveVersion=0.5.1 springFrameworkVersion=6.1.2 # only used by integration tests and samples (unpublished deps)