Upgrade to Elasticsearch Client 8.14.3

Closes gh-41797
This commit is contained in:
Stéphane Nicoll
2024-08-12 08:26:31 +02:00
parent 90703b4c7e
commit 3508027399

View File

@@ -353,7 +353,7 @@ bom {
releaseNotes("https://github.com/ehcache/ehcache3/releases/tag/v{version}")
}
}
library("Elasticsearch Client", "8.13.4") {
library("Elasticsearch Client", "8.14.3") {
group("org.elasticsearch.client") {
modules = [
"elasticsearch-rest-client" {