Upgrade to Elasticsearch Client 8.15.1

Closes gh-42217
This commit is contained in:
Andy Wilkinson
2024-09-11 11:16:56 +01:00
parent 3dafc45707
commit 8c9666b328

View File

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