File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java-client/src/test/java/co/elastic/clients/elasticsearch Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You can use the HLRC version `7.x` with the {java-client} version `8.x`:
25
25
--------------------------------------------------
26
26
dependencies {
27
27
implementation 'co.elastic.clients:elasticsearch-java:{version}'
28
- implementation 'org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.3 '
28
+ implementation 'org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.4 '
29
29
// other dependencies <1>
30
30
}
31
31
--------------------------------------------------
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public static synchronized ElasticsearchTestServer global() {
57
57
}
58
58
59
59
private synchronized void setup () {
60
- container = new ElasticsearchContainer ("docker.elastic.co/elasticsearch/elasticsearch:7.17.3 " )
60
+ container = new ElasticsearchContainer ("docker.elastic.co/elasticsearch/elasticsearch:7.17.4 " )
61
61
.withEnv ("ES_JAVA_OPTS" , "-Xms256m -Xmx256m" )
62
62
.withEnv ("path.repo" , "/tmp" ) // for snapshots
63
63
.withStartupTimeout (Duration .ofSeconds (30 ))
You can’t perform that action at this time.
0 commit comments