Upgrade to Elasticsearch Client 8.13.2

Closes gh-40333
This commit is contained in:
Andy Wilkinson 2024-04-12 14:05:46 +01:00
parent c50c973080
commit b223bdf2d5

View File

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