Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Quartz.Extensions.Hosting and Quartz.Extensions.DependencyInjection
Browse files Browse the repository at this point in the history
Bumps [Quartz.Extensions.Hosting](https://github.com/quartznet/quartznet) and [Quartz.Extensions.DependencyInjection](https://github.com/quartznet/quartznet). These dependencies needed to be updated together.

Updates `Quartz.Extensions.Hosting` from 3.10.0 to 3.12.0
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/v3.12.0/changelog.md)
- [Commits](quartznet/quartznet@v3.10.0...v3.12.0)

Updates `Quartz.Extensions.DependencyInjection` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/v3.12.0/changelog.md)
- [Commits](quartznet/quartznet@v3.11.0...v3.12.0)

---
updated-dependencies:
- dependency-name: Quartz.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Quartz.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Aug 7, 2024
1 parent ae848fa commit bdf0e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IoTHub.Portal.Server/IoTHub.Portal.Server.csproj
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.22.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="prometheus-net.AspNetCore" Version="8.2.1" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.10.0" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.12.0" />
<PackageReference Include="Quartz.Serialization.Json" Version="3.12.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="UAParser" Version="3.1.47" />

0 comments on commit bdf0e2e

Please sign in to comment.