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 2020/09/10 07:03:10 UTC

[camel] 04/04: Use the same ES version for docker image

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

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

commit e16d6e441aa77ffd2893c04deec35e10b67def2c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 10 08:54:19 2020 +0200

    Use the same ES version for docker image
---
 .../org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java
index 5d11095..6d7eda1 100644
--- a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java
+++ b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBaseTest.java
@@ -36,7 +36,7 @@ import org.testcontainers.utility.Base58;
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class ElasticsearchBaseTest extends ContainerAwareTestSupport {
 
-    public static final String ELASTICSEARCH_IMAGE = "elasticsearch:7.3.2";
+    public static final String ELASTICSEARCH_IMAGE = "elasticsearch:7.8.0";
     public static final int ELASTICSEARCH_DEFAULT_PORT = 9200;
     public static final int ELASTICSEARCH_DEFAULT_TCP_PORT = 9300;