Skip to content

Commit 3f0bdbb

Browse files
Bump AspNetCore.HealthChecks.NpgSql from 7.0.0 to 7.1.0 (#2393)
Bumps [AspNetCore.HealthChecks.NpgSql](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases) - [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md) - [Commits](Xabaril/AspNetCore.Diagnostics.HealthChecks@preview-all-7.0.0...release-npgsql-7.1.0) --- updated-dependencies: - dependency-name: AspNetCore.HealthChecks.NpgSql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05e4fad commit 3f0bdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoinRpg.Portal/JoinRpg.Portal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<ItemGroup>
2222
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="7.0.0" />
23-
<PackageReference Include="AspNetCore.HealthChecks.NpgSql" Version="7.0.0" />
23+
<PackageReference Include="AspNetCore.HealthChecks.NpgSql" Version="7.1.0" />
2424
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="7.1.0" />
2525
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
2626
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.11" />

0 commit comments

Comments
 (0)