From 0419be2ebff2e76226e1821ef0a41a07152d0659 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 5 Feb 2026 12:41:58 +0000 Subject: [PATCH] Upgrade to Elasticsearch Client 9.2.4 Closes gh-49096 --- 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 a8ff49aeb1e..4139422e9ca 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -355,7 +355,7 @@ bom { releaseNotes("https://github.com/ehcache/ehcache3/releases/tag/v{version}") } } - library("Elasticsearch Client", "9.2.3") { + library("Elasticsearch Client", "9.2.4") { prohibit { contains "-alpha" contains "-beta"