Upgrade to Elasticsearch Client 8.15.5

Closes gh-43399
This commit is contained in:
Phillip Webb 2024-12-04 11:43:23 -08:00
parent 7f8ccc66f7
commit 79653a9275
1 changed files with 1 additions and 1 deletions

View File

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