From 961fcbd1ca5fdfa9afeba58c84cac194468ca911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 12 Feb 2025 09:09:22 +0100 Subject: [PATCH] Upgrade to Elasticsearch Client 8.17.2 Closes gh-44226 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index a2291b62c3..cb557da51b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -337,7 +337,7 @@ bom { releaseNotes("https://github.com/ehcache/ehcache3/releases/tag/v{version}") } } - library("Elasticsearch Client", "8.17.1") { + library("Elasticsearch Client", "8.17.2") { alignWith { version { from "org.springframework.data:spring-data-elasticsearch"