From 262726a6ae739abcde17a9e35c9389d6c2ebc515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:25:57 +0000 Subject: [PATCH] Bump Elastic.Clients.Elasticsearch from 8.9.2 to 8.9.3 (#2955) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump Elastic.Clients.Elasticsearch from 8.9.2 to 8.9.3 Bumps [Elastic.Clients.Elasticsearch](https://github.com/elastic/elasticsearch-net) from 8.9.2 to 8.9.3. - [Release notes](https://github.com/elastic/elasticsearch-net/releases) - [Changelog](https://github.com/elastic/elasticsearch-net/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch-net/compare/8.9.2...8.9.3) --- updated-dependencies: - dependency-name: Elastic.Clients.Elasticsearch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Genereated files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz --- build/LibraryVersions.g.cs | 2 +- test/Directory.Packages.props | 2 +- test/IntegrationTests/LibraryVersions.g.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index 38243ca741..ee9869e4cd 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -28,7 +28,7 @@ public static class LibraryVersion new List { new("8.0.0"), - new("8.9.2"), + new("8.9.3"), } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index da3b95ff4a..1c579c2f80 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -2,7 +2,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index 37f7766dd9..d3abe9de58 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -28,7 +28,7 @@ public static class LibraryVersion new object[] { string.Empty } #else new object[] { "8.0.0" }, - new object[] { "8.9.2" }, + new object[] { "8.9.3" }, #endif }; public static readonly IReadOnlyCollection EntityFrameworkCore = new List