Merge branch 'stable-3.0' into stable-3.1

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

Change-Id: I47f95249c96c473a403924d0846321d0d3723143
This commit is contained in:
David Ostrovsky
2020-01-22 22:08:11 +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());
}