You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/12/07 16:07:16 UTC

(camel) branch main updated: (chores) camel-test-infra-elasticsearch: update ElasticSearch container to the latest version (#12056)

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 a6ddaa51b9d (chores) camel-test-infra-elasticsearch: update ElasticSearch container to the latest version (#12056)
a6ddaa51b9d is described below

commit a6ddaa51b9de6962602e5b2d512eced72640a7dd
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Thu Dec 7 13:07:08 2023 -0300

    (chores) camel-test-infra-elasticsearch: update ElasticSearch container to the latest version (#12056)
    
    Updates the container to 8.11.1
---
 .../apache/camel/test/infra/elasticsearch/services/container.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-infra/camel-test-infra-elasticsearch/src/test/resources/org/apache/camel/test/infra/elasticsearch/services/container.properties b/test-infra/camel-test-infra-elasticsearch/src/test/resources/org/apache/camel/test/infra/elasticsearch/services/container.properties
index 57c49c83d33..6cd6f498e85 100644
--- a/test-infra/camel-test-infra-elasticsearch/src/test/resources/org/apache/camel/test/infra/elasticsearch/services/container.properties
+++ b/test-infra/camel-test-infra-elasticsearch/src/test/resources/org/apache/camel/test/infra/elasticsearch/services/container.properties
@@ -14,4 +14,4 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-elasticsearch.container=docker.elastic.co/elasticsearch/elasticsearch:8.10.4
\ No newline at end of file
+elasticsearch.container=docker.elastic.co/elasticsearch/elasticsearch:8.11.1
\ No newline at end of file