Upgrade to Elasticsearch Client 8.15.0

Closes gh-42155
This commit is contained in:
Andy Wilkinson 2024-09-05 09:03:46 +01:00
parent 0ce4170612
commit f024c193e4
1 changed files with 1 additions and 1 deletions

View File

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