Upgrade to Elasticsearch Client 8.15.3

Closes gh-42760
This commit is contained in:
Andy Wilkinson 2024-10-17 15:59:26 +01:00
parent 4203bfa286
commit a11f8d8a3d
1 changed files with 1 additions and 1 deletions

View File

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