Prepare for R5.4

This commit is contained in:
Frank Tao
2021-03-13 21:49:50 -05:00
parent b5c34033c0
commit da326875dd
3 changed files with 124 additions and 136 deletions

View File

@@ -60,7 +60,7 @@ public class ElasticsearchLastNR4IT {
private IGenericClient ourClient;
private FhirContext ourCtx;
private static final String ELASTIC_VERSION = "7.10.1";
private static final String ELASTIC_VERSION = "7.10.2";
private static final String ELASTIC_IMAGE = "docker.elastic.co/elasticsearch/elasticsearch:" + ELASTIC_VERSION;
private static ElasticsearchContainer embeddedElastic;