Update Pulsar reactive client to v0.5.0 (#494)

Resolves #491
This commit is contained in:
Chris Bono
2023-11-19 12:56:20 -06:00
committed by GitHub
parent ed3899fcb9
commit a052b79844

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.0
pulsarClientReactiveVersion=0.4.0
pulsarClientReactiveVersion=0.5.0
springFrameworkVersion=6.1.0
# only used by integration tests and samples (unpublished deps)