Skip to content

Commit a5b102f

Browse files
committed
Update Elastic.Transport to 0.5.9
1 parent cfd9423 commit a5b102f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Elastic.Clients.Elasticsearch/Elastic.Clients.Elasticsearch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Nullable>annotations</Nullable>
1919
</PropertyGroup>
2020
<ItemGroup>
21-
<PackageReference Include="Elastic.Transport" Version="0.5.7" />
21+
<PackageReference Include="Elastic.Transport" Version="0.5.9" />
2222
</ItemGroup>
2323
<ItemGroup>
2424
<InternalsVisibleTo Include="Tests" Key="$(ExposedPublicKey)" />

src/Playground/Playground.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Moq" Version="4.18.2" />
1212
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
13-
<PackageReference Include="Elastic.Transport" Version="0.5.7" />
13+
<PackageReference Include="Elastic.Transport" Version="0.5.9" />
1414
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)