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:
parent
6a6035ef2c
commit
3f3a2a7827
|
@ -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",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
|
@ -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[]>
|
||||||
|
|
Loading…
Reference in New Issue