Skip to content

Commit

Permalink
Bump Hangfire.AspNetCore and Hangfire.Core (#1394)
Browse files Browse the repository at this point in the history
Bumps [Hangfire.AspNetCore](https://github.com/HangfireIO/Hangfire) and [Hangfire.Core](https://github.com/HangfireIO/Hangfire). These dependencies needed to be updated together.

Updates `Hangfire.AspNetCore` from 1.8.3 to 1.8.12
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.8.3...v1.8.12)

Updates `Hangfire.Core` from 1.8.3 to 1.8.12
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.8.3...v1.8.12)

---
updated-dependencies:
- dependency-name: Hangfire.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Hangfire.Core
  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>
  • Loading branch information
dependabot[bot] authored Apr 11, 2024
1 parent 18f6561 commit d64b2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GetIntoTeachingApi/GetIntoTeachingApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
<PackageReference Include="CsvHelper" Version="31.0.2" />
<PackageReference Include="GeocodeSharp" Version="2.1.0" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.3" />
<PackageReference Include="Hangfire.Core" Version="1.8.3" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.12" />
<PackageReference Include="Hangfire.Core" Version="1.8.12" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.0" />
<PackageReference Include="MicroElements.Swashbuckle.FluentValidation" Version="6.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.17" />
Expand Down

0 comments on commit d64b2d5

Please sign in to comment.