From d6ab2e77acc0bb2a80ddae4e9efc5720d1b96a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 5 Mar 2026 10:10:41 +0100 Subject: [PATCH] Upgrade to Elasticsearch Client 9.2.6 Closes gh-49421 --- 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 dbe2180e622..68ba9a50cf2 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.5") { + library("Elasticsearch Client", "9.2.6") { prohibit { contains "-alpha" contains "-beta"