Skip to content

Commit

Permalink
Update dependency Prometheus.Client to v3.0.2 (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and tomkerkhove committed Sep 4, 2019
1 parent aa583e5 commit d058008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Promitor.Core.Scraping/Promitor.Core.Scraping.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Guard.Net" Version="1.2.0" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.10.0" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.25.0" />
<PackageReference Include="Prometheus.Client" Version="3.0.1" />
<PackageReference Include="Prometheus.Client" Version="3.0.2" />
<PackageReference Include="YamlDotNet" Version="6.1.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.10.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" />
<PackageReference Include="Prometheus.Client" Version="3.0.1" />
<PackageReference Include="Prometheus.Client" Version="3.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d058008

Please sign in to comment.