Upgrade to Elasticsearch Client 8.12.2

Closes gh-39919
This commit is contained in:
Andy Wilkinson 2024-03-13 08:45:50 +00:00
parent f474f04522
commit e362b320c1
1 changed files with 1 additions and 1 deletions

View File

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