Skip to content

Commit

Permalink
Update dependency KubernetesClient to v1.5.19 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and omerlh committed May 13, 2019
1 parent e3b083f commit 41ef33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/crd-controller/crd-controller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="KubernetesClient" Version="1.5.18" />
<PackageReference Include="KubernetesClient" Version="1.5.19" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="App.Metrics.AspNetCore.Mvc" Version="3.1.0" />
<PackageReference Include="App.Metrics.Formatters.Prometheus" Version="3.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/decrypt-api/decrypt-api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="System.Net.Security" Version="4.3.2" />
<PackageReference Include="App.Metrics.AspNetCore.Mvc" Version="3.1.0" />
<PackageReference Include="App.Metrics.Formatters.Prometheus" Version="3.1.0" />
<PackageReference Include="KubernetesClient" Version="1.5.18" />
<PackageReference Include="KubernetesClient" Version="1.5.19" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Serilog.AspNetCore" Version="2.1.1" />
<PackageReference Include="Serilog.Formatting.Compact" Version="1.0.0" />
Expand Down

0 comments on commit 41ef33a

Please sign in to comment.