Upgrade to Elasticsearch Client 8.17.4

Closes gh-45134
This commit is contained in:
Phillip Webb 2025-04-10 13:38:53 -07:00
parent c34cf5dc66
commit ee9f4a4771
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ bom {
releaseNotes("https://github.com/ehcache/ehcache3/releases/tag/v{version}")
}
}
library("Elasticsearch Client", "8.17.2") {
library("Elasticsearch Client", "8.17.4") {
alignWith {
version {
from "org.springframework.data:spring-data-elasticsearch"