Skip to content

Commit c278367

Browse files
authored
Upgrade Elasticsearch Docker image to 7.16.3 in integration tests (#2986)
1 parent 763f223 commit c278367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/micrometer-registry-elastic/src/test/java/io/micrometer/elastic/ElasticsearchMeterRegistryElasticsearch7IntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ElasticsearchMeterRegistryElasticsearch7IntegrationTest
2525

2626
@Override
2727
protected String getVersion() {
28-
return "7.15.0";
28+
return "7.16.3";
2929
}
3030

3131
}

0 commit comments

Comments
 (0)