Upgrade to Elasticsearch Client 8.15.4

Closes gh-43129
This commit is contained in:
Stéphane Nicoll
2024-11-13 09:16:11 +09:00
parent 0e48ccf619
commit 75c7354a47

View File

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