Upgrade to Elasticsearch Client 8.10.0

Closes gh-37374
This commit is contained in:
Stephane Nicoll 2023-09-13 21:34:36 +02:00
parent 77a85fd180
commit 360cdc07a8
1 changed files with 1 additions and 1 deletions

View File

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