Upgrade to Elasticsearch Client 8.4.3

Closes gh-32671
This commit is contained in:
Stephane Nicoll
2022-10-11 11:11:25 +02:00
parent 2c5be354be
commit cbf24bd1cd
2 changed files with 2 additions and 3 deletions

View File

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