From 1f0297266e4e6660e3dfe12957f3ac01842cf675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 11:44:44 +0000 Subject: [PATCH] Bump elasticsearch from 7.11.1 to 7.11.2 Bumps [elasticsearch](https://github.com/elastic/elasticsearch) from 7.11.1 to 7.11.2. - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Commits](https://github.com/elastic/elasticsearch/compare/v7.11.1...v7.11.2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eeefb0c19d8..205fcaecc9a 100644 --- a/build.gradle +++ b/build.gradle @@ -137,7 +137,7 @@ allprojects { implementation("org.codehaus.groovy:groovy-templates:3.0.7") implementation("org.codehaus.groovy:groovysh:3.0.7") implementation("org.codehaus.plexus:plexus-utils:3.3.0") - implementation("org.elasticsearch:elasticsearch:7.11.1") + implementation("org.elasticsearch:elasticsearch:7.11.2") implementation("org.hdrhistogram:HdrHistogram:2.1.12") implementation("org.janusgraph:janusgraph-core:0.5.3") implementation("org.janusgraph:janusgraph-inmemory:0.5.3")