This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 451287d378a5e32a4cac4da073366b571dd31091
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon May 4 09:37:47 2020 +0200

    Upgrade docker image for pulsar to 2.5.1
---
 .../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 6d052bd..4cda20d 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.5.0";
+    public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.5.1";
     public static final String CONTAINER_NAME = "pulsar";
     public static final int BROKER_PORT = 6650;
     public static final int BROKER_HTTP_PORT = 8080;

Reply via email to