From 726d3aa3e6d5ce3022850d4356edccadcf8df07f Mon Sep 17 00:00:00 2001 From: Ayman Harake <42536841+aymanthefirst@users.noreply.github.com> Date: Thu, 20 Aug 2020 12:11:14 +0100 Subject: [PATCH] ATS-817: Updated references to T-Engines and Postgres (#1003) * ATS-817: Updated reference to T-Engines * ATS-817: Updated postgres to 11.7 --- tests/environment/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/environment/.env b/tests/environment/.env index 923c49723..389332f38 100644 --- a/tests/environment/.env +++ b/tests/environment/.env @@ -1,4 +1,4 @@ -TRANSFORMERS_TAG=2.2.1 +TRANSFORMERS_TAG=2.3.4 SOLR6_TAG=1.4.2 -POSTGRES_TAG=11.4 +POSTGRES_TAG=11.7 ACTIVEMQ_TAG=5.15.8