Upgrade to Elasticsearch Client 8.15.2

Closes gh-42649
This commit is contained in:
Stéphane Nicoll
2024-10-14 15:01:43 +02:00
parent 2be7f5b99c
commit f6f7fbaa2f

View File

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