Skip to content

Commit

Permalink
Update Pulsar to 2.1.1 (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
haphut authored and bsideup committed Sep 23, 2018
1 parent b75083e commit c0f596a
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.0-incubating'
testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.1.1-incubating'
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.0-incubating";
private static final String PULSAR_VERSION = "2.1.1-incubating";

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

0 comments on commit c0f596a

Please sign in to comment.