From 856602ddc46ebb74d720662157d293d7bb543dbf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 1 Sep 2025 08:04:57 +0100 Subject: [PATCH] Upgrade to Elasticsearch Client 9.1.3 Closes gh-47011 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 310c09223bc..1d2bbd8bcd6 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -352,7 +352,7 @@ bom { releaseNotes("https://github.com/ehcache/ehcache3/releases/tag/v{version}") } } - library("Elasticsearch Client", "9.1.1") { + library("Elasticsearch Client", "9.1.3") { prohibit { contains "-alpha" contains "-beta"