Skip to content

Commit cebbc21

Browse files
Bump the microsoft group with 2 updates (#640)
Bumps the microsoft group with 2 updates: Microsoft.Extensions.Configuration.Binder and Microsoft.Extensions.Diagnostics.HealthChecks. Updates `Microsoft.Extensions.Configuration.Binder` from 8.0.1 to 8.0.2 Updates `Microsoft.Extensions.Diagnostics.HealthChecks` from 8.0.6 to 8.0.7 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c23ba5 commit cebbc21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/HealthCheck/HealthCheck.csproj

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

33
<ItemGroup>
44
<PackageReference Include="Azure.Identity" Version="1.12.0" />
5-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.6" />
5+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.7" />
66
</ItemGroup>
77

88
<ItemGroup>

src/Tingle.EventBus/Tingle.EventBus.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
12+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
1313
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
1414
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
1515
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />

0 commit comments

Comments
 (0)