From 8a6fea9d59a42e42378c74a3682fe232aa4c2222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 28 Oct 2025 11:49:59 +0100 Subject: [PATCH] Upgrade to Elasticsearch Client 9.2.0 Closes gh-47847 --- 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 a1d1e56e96c..67845d4b838 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.5") { + library("Elasticsearch Client", "9.2.0") { prohibit { contains "-alpha" contains "-beta"