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:
@@ -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