You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/03/26 11:13:49 UTC

[camel] branch main updated: Align all Pulsar versions to 2.11.0 (#9643)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0e21cc50db5 Align all Pulsar versions to 2.11.0 (#9643)
0e21cc50db5 is described below

commit 0e21cc50db541cc3cd19e60109793445e2a76913
Author: Kengo Seki <se...@apache.org>
AuthorDate: Sun Mar 26 20:13:42 2023 +0900

    Align all Pulsar versions to 2.11.0 (#9643)
---
 .../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 e9a9625829b..bdf47e4ac4d 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.10.3";
+    public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.11.0";
 
     private static final Logger LOG = LoggerFactory.getLogger(PulsarLocalContainerService.class);