From 87932c4456dcd913e1a2db8f95ec45025e0af24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 11 Aug 2026 11:28:06 +0200 Subject: [PATCH] Upgrade to Elasticsearch Client 9.4.4 Closes gh-51359 --- 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 072b0fd0391..36770a71db9 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -401,7 +401,7 @@ bom { releaseNotes("https://github.com/ehcache/ehcache3/releases/tag/v{version}") } } - library("Elasticsearch Client", "9.4.2") { + library("Elasticsearch Client", "9.4.4") { prohibit { contains "-alpha" contains "-beta"