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 2023/04/28 09:30:58 UTC

[camel] 02/03: CAMEL-19300 - Upgrade Pulsar to version 2.11.1 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 6b8740284c0eec222b0dc60db78ee244d1e9642f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 28 11:18:07 2023 +0200

    CAMEL-19300 - Upgrade Pulsar to version 2.11.1 even in test-infra module
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../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 bdf47e4ac4d..1786dee55b6 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
@@ -26,7 +26,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.11.0";
+    public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.11.1";
 
     private static final Logger LOG = LoggerFactory.getLogger(PulsarLocalContainerService.class);