Skip to content

Commit 04b7ef1

Browse files
committed
Bump Elastic Abstractions and Client dependencies
1 parent 0701e2c commit 04b7ef1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Playground/Playground.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.12.0" />
12+
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="9.0.4" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

tests/Elastic.Elasticsearch.IntegrationTests/Elastic.Elasticsearch.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>
18-
<PackageReference Include="Elastic.Elasticsearch.Xunit" Version="0.4.3" />
18+
<PackageReference Include="Elastic.Elasticsearch.Xunit" Version="0.7.0" />
1919
<PackageReference Include="coverlet.collector" Version="3.1.2">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>

tests/Elastic.Transport.IntegrationTests/Elastic.Transport.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>
1717

18-
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.8" />
18+
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="9.0.4" />
1919
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.10" />
2020
<PackageReference Include="Xunit.Extensions.Ordering" Version="1.4.5" />
2121
<PackageReference Include="coverlet.collector" Version="6.0.1">

0 commit comments

Comments
 (0)