Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class PulsarContainer extends GenericContainer<PulsarContainer> {
public static final int BROKER_HTTP_PORT = 8080;
public static final String METRICS_ENDPOINT = "/metrics";

private static final String PULSAR_VERSION = "2.2.0";
private static final String PULSAR_VERSION = "2.5.2";

public PulsarContainer() {
this(PULSAR_VERSION);
Expand Down