Skip to content

Commit

Permalink
Bump AspNetCore.HealthChecks.Redis, Microsoft.Extensions.Configuratio…
Browse files Browse the repository at this point in the history
…n.Abstractions, Microsoft.Extensions.DependencyInjection.Abstractions and StackExchange.Redis (#367)

Bumps [AspNetCore.HealthChecks.Redis](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks), [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) and [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis). These dependencies needed to be updated together.

Updates `AspNetCore.HealthChecks.Redis` from 8.0.1 to 9.0.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@release-all-8.0.1...release-all-9.0.0)

Updates `Microsoft.Extensions.Configuration.Abstractions` from 9.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.0)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 8.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.2)

Updates `StackExchange.Redis` from 2.8.22 to 2.7.4
- [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases)
- [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md)
- [Commits](StackExchange/StackExchange.Redis@2.8.22...2.7.4)

---
updated-dependencies:
- dependency-name: AspNetCore.HealthChecks.Redis
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: StackExchange.Redis
  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>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent e2ca878 commit a02c9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Ardalis.Specification.EntityFrameworkCore" Version="8.0.0" />
<PackageVersion Include="AspNetCore.HealthChecks.Redis" Version="8.0.1" />
<PackageVersion Include="AspNetCore.HealthChecks.Redis" Version="9.0.0" />
<PackageVersion Include="EasyCaching.Core" Version="1.9.2" />
<PackageVersion Include="EasyCaching.Redis" Version="1.9.2" />
<PackageVersion Include="EasyCaching.Serialization.MessagePack" Version="1.9.0" />
Expand Down

0 comments on commit a02c9a4

Please sign in to comment.