From 165533e3765d4487b8981849ff1cc2b2ec956a46 Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Mon, 4 Oct 2021 01:18:18 -0400 Subject: [PATCH] [Automation] Update elastic stack version to 7.16.0-76e5f71e for testing (#757) 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 de9dd0792..1b11ac696 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,4 +1,4 @@ -ELASTICSEARCH_VERSION=7.16.0-806be5a9-SNAPSHOT +ELASTICSEARCH_VERSION=7.16.0-76e5f71e-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200 \ No newline at end of file