Update to Pulsar 3.2.0 and use Pulsar BOM

This commit updates Pulsar to 3.2.0 and leverages the newly added
Pulsar BOM in order to ease dependency management.

See gh-39408
This commit is contained in:
Chris Bono
2024-02-05 13:14:04 -06:00
committed by Moritz Halbritter
parent ac2acc6115
commit ff8089de06
2 changed files with 4 additions and 76 deletions

View File

@@ -58,7 +58,7 @@ public final class DockerImageNames {
private static final String OPENTELEMETRY_VERSION = "0.75.0";
private static final String PULSAR_VERSION = "3.1.0";
private static final String PULSAR_VERSION = "3.2.0";
private static final String POSTGRESQL_VERSION = "14.0";