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 0d02317f8ed (chores) test-infra-arangodb: upgrade container to 3.9.4
0d02317f8ed is described below

commit 0d02317f8edc610214aa0e2089697f97c455354f
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Nov 21 15:40:38 2022 +0100

    (chores) test-infra-arangodb: upgrade container to 3.9.4
---
 .../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 8042d46c3dc..45ff2a09524 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.9.1";
+    public static final String ARANGO_IMAGE = "arangodb:3.9.4";
 
     private static final Logger LOGGER = 
LoggerFactory.getLogger(ArangoDbContainer.class);
     private static final String CONTAINER_NAME = "arango";

Reply via email to