Skip to content

Commit

Permalink
Bump to latest transport version (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon authored Nov 23, 2024
1 parent 1c508a8 commit 5e278b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<ProjectReference Include="..\Elastic.Channels\Elastic.Channels.csproj" />
<PackageReference Include="Elastic.Transport" Version="0.5.1" />
<PackageReference Include="Elastic.Transport" Version="0.5.5" />
<PackageReference Include="System.Threading.Channels" Version="8.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.12.1" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.16.1" />
<PackageReference Include="Elastic.Elasticsearch.Xunit" Version="0.5.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Elastic.Transport.VirtualizedCluster" Version="0.5.1" />
<PackageReference Include="Elastic.Transport.VirtualizedCluster" Version="0.5.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5e278b9

Please sign in to comment.