Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Fix handling of LDAP groups that contain dots
  ElasticContainer: Upgrade V7_5 to elasticsearch 7.5.2

Change-Id: Id85b8e7c1ce80efa1ac7cdede1e25126c84f6456
This commit is contained in:
David Ostrovsky
2020-01-22 22:04:49 +01:00
4 changed files with 16 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ public class ElasticContainer extends ElasticsearchContainer {
case V7_4:
return "blacktop/elasticsearch:7.4.2";
case V7_5:
return "blacktop/elasticsearch:7.5.1";
return "blacktop/elasticsearch:7.5.2";
}
throw new IllegalStateException("No tests for version: " + version.name());
}