Upgrade to Elasticsearch Client 8.13.4

Closes gh-40739
This commit is contained in:
Andy Wilkinson
2024-05-13 15:49:56 +01:00
parent 2c58962319
commit a4a4c5f9fc

View File

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