Skip to content

Commit

Permalink
Bump Quartz.Extensions.Hosting, Quartz.Extensions.DependencyInjection…
Browse files Browse the repository at this point in the history
… and Quartz

Bumps [Quartz.Extensions.Hosting](https://github.com/quartznet/quartznet), [Quartz.Extensions.DependencyInjection](https://github.com/quartznet/quartznet) and [Quartz](https://github.com/quartznet/quartznet). These dependencies needed to be updated together.

Updates `Quartz.Extensions.Hosting` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](quartznet/quartznet@v3.8.0...v3.8.1)

Updates `Quartz.Extensions.DependencyInjection` from 3.6.2 to 3.8.1
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](quartznet/quartznet@v3.6.2...v3.8.1)

Updates `Quartz` from 3.6.2 to 3.8.1
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](quartznet/quartznet@v3.6.2...v3.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent be76443 commit 20cacca
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
Expand Up @@ -69,7 +69,7 @@
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.21.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.8.0" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.8.1" />
<PackageReference Include="Quartz.Serialization.Json" Version="3.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="UAParser" Version="3.1.47" />
Expand Down

0 comments on commit 20cacca

Please sign in to comment.