Bump Elastic.Clients.Elasticsearch from 8.0.5 to 8.0.6 in /test (#2300)

* Bump Elastic.Clients.Elasticsearch from 8.0.5 to 8.0.6 in /test

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

---
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>

* update 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-08 18:41:39 +00:00 committed by GitHub
parent 6a6035ef2c
commit 3f3a2a7827
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> new List<string>
{ {
"8.0.0", "8.0.0",
"8.0.5", "8.0.6",
} }
}, },
{ {

View File

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

View File

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