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 971f7872b00 Upgrade Zookeeper Testcontainers to 3.8 (#10904) 971f7872b00 is described below commit 971f7872b00e580a42b696ee85205539819f8f0e Author: Kengo Seki <sek...@apache.org> AuthorDate: Sun Jul 30 15:41:00 2023 +0900 Upgrade Zookeeper Testcontainers to 3.8 (#10904) --- .../apache/camel/test/infra/zookeeper/services/ZooKeeperContainer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-zookeeper/src/test/java/org/apache/camel/test/infra/zookeeper/services/ZooKeeperContainer.java b/test-infra/camel-test-infra-zookeeper/src/test/java/org/apache/camel/test/infra/zookeeper/services/ZooKeeperContainer.java index 540c843578d..8d7bce7b716 100644 --- a/test-infra/camel-test-infra-zookeeper/src/test/java/org/apache/camel/test/infra/zookeeper/services/ZooKeeperContainer.java +++ b/test-infra/camel-test-infra-zookeeper/src/test/java/org/apache/camel/test/infra/zookeeper/services/ZooKeeperContainer.java @@ -23,7 +23,7 @@ import org.testcontainers.containers.output.Slf4jLogConsumer; import org.testcontainers.containers.wait.strategy.Wait; public class ZooKeeperContainer extends GenericContainer { - public static final String CONTAINER_IMAGE = "zookeeper:3.5"; + public static final String CONTAINER_IMAGE = "zookeeper:3.8"; public static final String CONTAINER_NAME = "zookeeper"; public static final int CLIENT_PORT = 2181;