Bump Elastic.Clients.Elasticsearch from 8.0.7 to 8.0.8 (#2378)

* Bump Elastic.Clients.Elasticsearch from 8.0.7 to 8.0.8

Bumps [Elastic.Clients.Elasticsearch](https://github.com/elastic/elasticsearch-net) from 8.0.7 to 8.0.8.
- [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.0.7...8.0.8)

---
updated-dependencies:
- dependency-name: Elastic.Clients.Elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* generated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
This commit is contained in:
dependabot[bot] 2023-03-24 12:21:58 +00:00 committed by GitHub
parent bae6bea9b4
commit 094050c618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ public static class LibraryVersion
new List<string>
{
"8.0.0",
"8.0.7",
"8.0.8",
}
},
{

View File

@ -2,7 +2,7 @@
<Import Project="..\Directory.Packages.props" />
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.13.5" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.0.7" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.0.8" />
<PackageVersion Include="FluentAssertions" Version="6.10.0" />
<PackageVersion Include="Google.Protobuf" Version="3.22.1" />
<PackageVersion Include="GraphQL" Version="2.4.0" />

View File

@ -19,7 +19,7 @@ public static class LibraryVersion
new object[] { string.Empty }
#else
new object[] { "8.0.0" },
new object[] { "8.0.7" },
new object[] { "8.0.8" },
#endif
};
public static readonly IReadOnlyCollection<object[]> EntityFrameworkCore = new List<object[]>