From 95f0e5cfdce21c29730b45c4e75653ff817b803f Mon Sep 17 00:00:00 2001 From: Davide Date: Wed, 14 Jul 2021 17:43:59 +0200 Subject: [PATCH] SEARCH-2878 Update the supported version for SearchService to 2.0.2 (#1421) --- tests/environment/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/environment/.env b/tests/environment/.env index 6bd1a363b..8488d5278 100644 --- a/tests/environment/.env +++ b/tests/environment/.env @@ -1,4 +1,4 @@ TRANSFORMERS_TAG=2.4.0 -SOLR6_TAG=2.0.2-RC2 +SOLR6_TAG=2.0.2 POSTGRES_TAG=13.1 ACTIVEMQ_TAG=5.16.1