From d6db872bb245ab8f5b0cec73e1c3d2321f8ecd26 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Mon, 29 Aug 2022 05:23:26 +0000 Subject: [PATCH] [Automation] Update elastic stack version to 8.5.0-9aed3b11 for testing --- dev-tools/integration/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/integration/.env b/dev-tools/integration/.env index 229c93429..34cd3c251 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,4 +1,4 @@ -ELASTICSEARCH_VERSION=8.5.0-17b8a62d-SNAPSHOT +ELASTICSEARCH_VERSION=8.5.0-9aed3b11-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200 \ No newline at end of file