Skip to content

Commit 2478228

Browse files
chore(deps): update prometheus.client to v6
1 parent e60c889 commit 2478228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Promitor.Agents.Core/Promitor.Agents.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.2.0" />
2424
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.10" />
2525
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
26-
<PackageReference Include="Prometheus.Client" Version="5.2.0" />
27-
<PackageReference Include="Prometheus.Client.AspNetCore" Version="5.0.0" />
26+
<PackageReference Include="Prometheus.Client" Version="6.1.0" />
27+
<PackageReference Include="Prometheus.Client.AspNetCore" Version="6.0.0" />
2828
<PackageReference Include="Prometheus.Client.HttpRequestDurations" Version="4.0.0" />
2929
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
3030
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />

0 commit comments

Comments
 (0)