Skip to content

Commit bb7804a

Browse files
Bump AspNetCore.HealthChecks.NpgSql from 8.0.1 to 8.0.2 (#2772)
Bumps [AspNetCore.HealthChecks.NpgSql](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) from 8.0.1 to 8.0.2. - [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@release-all-8.0.1...release-ui-8.0.2) --- updated-dependencies: - dependency-name: AspNetCore.HealthChecks.NpgSql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b3bebf commit bb7804a

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="8.0.2" />
23-
<PackageReference Include="AspNetCore.HealthChecks.NpgSql" Version="8.0.1" />
23+
<PackageReference Include="AspNetCore.HealthChecks.NpgSql" Version="8.0.2" />
2424
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="8.0.1" />
2525
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="9.0.0" />
2626
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.8" />

0 commit comments

Comments
 (0)