Skip to content

Commit

Permalink
Update KubernetesClient to 6.0.25 (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan authored Apr 21, 2022
1 parent b8a58a6 commit e684ba5
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 @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="KubernetesClient" Version="5.0.20" />
<PackageReference Include="KubernetesClient" Version="6.0.25" />
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="6.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KubernetesClient" Version="5.0.20" />
<PackageReference Include="KubernetesClient" Version="6.0.25" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="NJsonSchema" Version="10.3.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="KubernetesClient" Version="5.0.20" />
<PackageReference Include="KubernetesClient" Version="6.0.25" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.2" />
</ItemGroup>

Expand Down

0 comments on commit e684ba5

Please sign in to comment.