Skip to content

Commit

Permalink
Bump the hangfire group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the hangfire group with 2 updates: [Hangfire.AspNetCore](https://github.com/HangfireIO/Hangfire) and [Hangfire.Core](https://github.com/HangfireIO/Hangfire).


Updates `Hangfire.AspNetCore` from 1.8.14 to 1.8.15
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.8.14...v1.8.15)

Updates `Hangfire.Core` from 1.8.14 to 1.8.15
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.8.14...v1.8.15)

Updates `Hangfire.Core` from 1.8.14 to 1.8.15
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.8.14...v1.8.15)

---
updated-dependencies:
- dependency-name: Hangfire.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hangfire
- dependency-name: Hangfire.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hangfire
- dependency-name: Hangfire.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hangfire
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 830432e commit 203f0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.14" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.15" />
<PackageReference Include="Hangfire.SqlServer" Version="1.8.14" />
<PackageReference Include="Injectio" Version="3.3.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0-rc.2.24474.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hangfire.core" Version="1.8.14" />
<PackageReference Include="Hangfire.core" Version="1.8.15" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 203f0f8

Please sign in to comment.