Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Quartz.Serialization.Json from 3.6.3 to 3.7.0 in /src #2389

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump Quartz.Serialization.Json from 3.6.3 to 3.7.0 in /src
Bumps [Quartz.Serialization.Json](https://github.com/quartznet/quartznet) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](quartznet/quartznet@v3.6.3...v3.7.0)

---
updated-dependencies:
- dependency-name: Quartz.Serialization.Json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Aug 14, 2023
commit 449134f5645e0fb75c698016c24f79ec0c4cba38
2 changes: 1 addition & 1 deletion src/IoTHub.Portal.Server/IoTHub.Portal.Server.csproj
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="prometheus-net.AspNetCore" Version="8.0.1" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.6.3" />
<PackageReference Include="Quartz.Serialization.Json" Version="3.6.3" />
<PackageReference Include="Quartz.Serialization.Json" Version="3.7.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="UAParser" Version="3.1.47" />
</ItemGroup>