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:
@@ -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());
|
||||
}
|
||||
|
Reference in New Issue
Block a user