Skip to content

Commit

Permalink
chore(deps): update dependency prometheus.client to v4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 29, 2021
1 parent 7440964 commit 52cf957
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 @@ -21,7 +21,7 @@
<PackageReference Include="Guard.Net" Version="1.2.0" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.37.1" />
<PackageReference Include="Prometheus.Client" Version="4.4.0" />
<PackageReference Include="Prometheus.Client" Version="4.5.2" />
<PackageReference Include="YamlDotNet" Version="11.2.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Prometheus.Client" Version="4.4.0" />
<PackageReference Include="Prometheus.Client" Version="4.5.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 52cf957

Please sign in to comment.