Skip to content

Commit

Permalink
fix(deps): update dependencies to v5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 8, 2021
1 parent a990d17 commit 2de6dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/KubeOps/KubeOps.csproj
Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="JsonDiffPatch" Version="2.0.55" />
<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.6" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="5.0.7" />
<PackageReference Include="Namotion.Reflection" Version="1.0.23" />
<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 2de6dae

Please sign in to comment.