Upgrade to Elasticsearch Client 8.8.2

Closes gh-36351
This commit is contained in:
Stephane Nicoll 2023-07-12 18:13:28 +02:00
parent 5e2575371d
commit 85194c703b
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ bom {
]
}
}
library("Elasticsearch Client", "8.8.1") {
library("Elasticsearch Client", "8.8.2") {
group("org.elasticsearch.client") {
modules = [
"elasticsearch-rest-client" {