From f074a30e856ea346d25e559a8a4ff417af9826af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 3 Aug 2026 18:24:51 +0200 Subject: [PATCH] Upgrade to Elasticsearch Client 9.4.4 Closes gh-51228 --- 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 d488bc1b4dc..1118e33cb00 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"