From 1e13a9913a3bdb479dce0ec79bd503cac46c4509 Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Tue, 30 Aug 2022 01:40:14 -0400 Subject: [PATCH] [Automation] Update elastic stack version to 7.17.7-18723602 for testing (#1789) Co-authored-by: apmmachine --- 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 fd163bcd9..1acc661e9 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,4 +1,4 @@ -ELASTICSEARCH_VERSION=7.17.7-a3635a2e-SNAPSHOT +ELASTICSEARCH_VERSION=7.17.7-18723602-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200 \ No newline at end of file