From a052b79844b6f005426b28bd2df2782e710d35c1 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sun, 19 Nov 2023 12:56:20 -0600 Subject: [PATCH] Update Pulsar reactive client to v0.5.0 (#494) Resolves #491 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5c1c3299..101540a3 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.0 -pulsarClientReactiveVersion=0.4.0 +pulsarClientReactiveVersion=0.5.0 springFrameworkVersion=6.1.0 # only used by integration tests and samples (unpublished deps)