Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 15, 2021
1 parent 3909ecc commit 06cf02d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/KubeOps.Testing/KubeOps.Testing.csproj
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/KubeOps/KubeOps.csproj
Expand Up @@ -25,11 +25,11 @@

<ItemGroup>
<PackageReference Include="CompareNETObjects" Version="4.72.0" />
<PackageReference Include="DotnetKubernetesClient" Version="1.1.2" />
<PackageReference Include="DotnetKubernetesClient" Version="1.1.3" />
<PackageReference Include="JsonDiffPatch" Version="2.0.52" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
<PackageReference Include="McMaster.Extensions.Hosting.CommandLine" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="5.0.3" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="5.0.4" />
<PackageReference Include="Namotion.Reflection" Version="1.0.18" />
<PackageReference Include="prometheus-net.AspNetCore" Version="4.1.1" />
<PackageReference Include="prometheus-net.AspNetCore.HealthChecks" Version="4.1.1" />
Expand Down

0 comments on commit 06cf02d

Please sign in to comment.