You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/04/20 08:56:29 UTC

[camel] 02/03: Upgrade to Pulsar 2.10.0 even in test-infra module

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

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

commit 63a7bbba3e5411b9c6b2060f5d1e72c9754181dd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 20 10:48:28 2022 +0200

    Upgrade to Pulsar 2.10.0 even in test-infra module
---
 .../camel/test/infra/pulsar/services/PulsarLocalContainerService.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-infra/camel-test-infra-pulsar/src/test/java/org/apache/camel/test/infra/pulsar/services/PulsarLocalContainerService.java b/test-infra/camel-test-infra-pulsar/src/test/java/org/apache/camel/test/infra/pulsar/services/PulsarLocalContainerService.java
index 53edcc6d838..4cf6fb5ed3f 100644
--- a/test-infra/camel-test-infra-pulsar/src/test/java/org/apache/camel/test/infra/pulsar/services/PulsarLocalContainerService.java
+++ b/test-infra/camel-test-infra-pulsar/src/test/java/org/apache/camel/test/infra/pulsar/services/PulsarLocalContainerService.java
@@ -24,7 +24,7 @@ import org.testcontainers.containers.PulsarContainer;
 import org.testcontainers.utility.DockerImageName;
 
 public class PulsarLocalContainerService implements PulsarService, ContainerService<PulsarContainer> {
-    public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.9.0";
+    public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.10.0";
 
     private static final Logger LOG = LoggerFactory.getLogger(PulsarLocalContainerService.class);