Skip to content

Commit

Permalink
Update Pulsar to 2.2.0 (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
haphut authored and rnorth committed Nov 4, 2018
1 parent 46b6865 commit 4abfc4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/pulsar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description = "Testcontainers :: Pulsar"
dependencies {
compile project(':testcontainers')

testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.1.1-incubating'
testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.2.0'
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.10.0'
}
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.1.1-incubating";
private static final String PULSAR_VERSION = "2.2.0";

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

0 comments on commit 4abfc4f

Please sign in to comment.