Update Pulsar Reactive Client to 0.5.1 (#527)

Resolves #525
This commit is contained in:
Chris Bono
2023-12-17 16:35:44 -06:00
committed by GitHub
parent c36b4cd071
commit c743ad5e03

View File

@@ -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)