From 85d5f70a4e9c09e03f2c6736a4b75b8938969bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 04:01:18 +0000 Subject: [PATCH] Bump elasticsearchVersion from 8.6.2 to 8.7.0 Bumps `elasticsearchVersion` from 8.6.2 to 8.7.0. Updates `org.elasticsearch:elasticsearch` from 8.6.2 to 8.7.0 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch/compare/v8.6.2...v8.7.0) Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.6.2 to 8.7.0 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch/compare/v8.6.2...v8.7.0) Updates `co.elastic.clients:elasticsearch-java` from 8.6.2 to 8.7.0 - [Release notes](https://github.com/elastic/elasticsearch-java/releases) - [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch-java/compare/v8.6.2...v8.7.0) --- updated-dependencies: - dependency-name: org.elasticsearch:elasticsearch dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.elasticsearch.client:elasticsearch-rest-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: co.elastic.clients:elasticsearch-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index 7293d5941ae..316492fbe7e 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -34,7 +34,7 @@ ext { commonsloggingVersion = '1.2' commonstextVersion = '1.10.0' commonscliVersion = '1.5.0' - elasticsearchVersion = '8.6.2' + elasticsearchVersion = '8.7.0' findbugsVersion = '3.0.2' glassfishVersion = '1.1.4' // TODO: Held back for compatability