Skip to content

Commit

Permalink
Bump Elastic.Clients.Elasticsearch from 8.9.2 to 8.9.3 (#2955)
Browse files Browse the repository at this point in the history
* 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](elastic/elasticsearch-net@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] <[email protected]>

* Genereated files

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <[email protected]>
  • Loading branch information
dependabot[bot] and Kielek authored Sep 18, 2023
1 parent 223d8c9 commit 262726a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static class LibraryVersion
new List<PackageBuildInfo>
{
new("8.0.0"),
new("8.9.2"),
new("8.9.3"),
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\Directory.Packages.props" />
<ItemGroup>
<PackageVersion Include="Azure.Storage.Blobs" Version="12.18.0" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.9.2" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.9.3" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Google.Protobuf" Version="3.24.3" />
<PackageVersion Include="GraphQL" Version="7.6.1" />
Expand Down
2 changes: 1 addition & 1 deletion test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<object[]> EntityFrameworkCore = new List<object[]>
Expand Down

0 comments on commit 262726a

Please sign in to comment.