This is an automated email from the ASF dual-hosted git repository. orpiske 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 81eb2afe3ff (chores) camel-test-infra-arangodb: update ArangoDB container to the latest version 81eb2afe3ff is described below commit 81eb2afe3ff3241e52078e4186d7d38b61cde7c8 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Fri Nov 17 17:07:48 2023 +0100 (chores) camel-test-infra-arangodb: update ArangoDB container to the latest version Updates the container to 3.11.5 --- .../apache/camel/test/infra/arangodb/services/ArangoDbContainer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-arangodb/src/test/java/org/apache/camel/test/infra/arangodb/services/ArangoDbContainer.java b/test-infra/camel-test-infra-arangodb/src/test/java/org/apache/camel/test/infra/arangodb/services/ArangoDbContainer.java index b6fdebb85c3..980b4996c27 100644 --- a/test-infra/camel-test-infra-arangodb/src/test/java/org/apache/camel/test/infra/arangodb/services/ArangoDbContainer.java +++ b/test-infra/camel-test-infra-arangodb/src/test/java/org/apache/camel/test/infra/arangodb/services/ArangoDbContainer.java @@ -24,7 +24,7 @@ import org.testcontainers.containers.wait.strategy.Wait; public class ArangoDbContainer extends GenericContainer { public static final Integer PORT_DEFAULT = 8529; - public static final String ARANGO_IMAGE = "arangodb:3.10.9"; + public static final String ARANGO_IMAGE = "arangodb:3.11.5"; private static final Logger LOGGER = LoggerFactory.getLogger(ArangoDbContainer.class); private static final String CONTAINER_NAME = "arango";