From 96c792050eef517dfdf39143d691656cef1badf1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 May 2023 14:13:10 +0200 Subject: [PATCH] Upgrade to Elasticsearch 7.17.10 Closes gh-35339 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index df82344ba1..4db85d2170 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -306,7 +306,7 @@ bom { ] } } - library("Elasticsearch", "7.17.9") { + library("Elasticsearch", "7.17.10") { group("org.elasticsearch") { modules = [ "elasticsearch"