From 5fc442471a7d0ae523af76ae748061d9e7b44c87 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Feb 2025 12:42:18 +0000 Subject: [PATCH] Upgrade to Elasticsearch Client 8.17.1 Closes gh-44217 --- 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 74b4f28bab..6175ce8091 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.0") { + library("Elasticsearch Client", "8.17.1") { alignWith { version { from "org.springframework.data:spring-data-elasticsearch"