From 6fba2c2a35eccc2b981b72ccfcc1a0af78650c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 12 Sep 2025 13:38:02 +0200 Subject: [PATCH] Upgrade to Elasticsearch Client 9.1.4 Closes gh-47173 --- 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 93e8ace3395..2ca42b68c7a 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.3") { + library("Elasticsearch Client", "9.1.4") { prohibit { contains "-alpha" contains "-beta"