This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 907fa75 Upgrade pulsar docker image 907fa75 is described below commit 907fa75e8de6dcf746ded2be76ea5cfb3238db1d Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Aug 14 21:37:19 2019 +0200 Upgrade pulsar docker image --- .../test/java/org/apache/camel/component/pulsar/PulsarTestSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarTestSupport.java b/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarTestSupport.java index 21dabed..c49f46a 100644 --- a/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarTestSupport.java +++ b/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarTestSupport.java @@ -22,7 +22,7 @@ import org.testcontainers.containers.GenericContainer; public class PulsarTestSupport extends ContainerAwareTestSupport { - public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.3.2"; + public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.4.0"; public static final String CONTAINER_NAME = "pulsar"; public static final int BROKER_PORT = 6650; public static final int BROKER_HTTP_PORT = 8080;