Skip to content

Commit

Permalink
Bump Hangfire.AspNetCore and Hangfire.Core
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.12 to 1.8.14
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.8.12...v1.8.14)

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

---
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]>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent 3deb070 commit 12b5e21
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 @@ -14,8 +14,8 @@
<PackageReference Include="CsvHelper" Version="31.0.4" />
<PackageReference Include="Flurl.Http.Newtonsoft" Version="0.9.1" />
<PackageReference Include="GeocodeSharp" Version="2.1.0" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.12" />
<PackageReference Include="Hangfire.Core" Version="1.8.12" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.14" />
<PackageReference Include="Hangfire.Core" Version="1.8.14" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.0" />
<PackageReference Include="MicroElements.Swashbuckle.FluentValidation" Version="6.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Features" Version="4.9.2" />
Expand Down

0 comments on commit 12b5e21

Please sign in to comment.