Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
<ItemGroup Label="Background Jobs">
<PackageVersion Include="Hangfire" Version="1.8.23" />
<PackageVersion Include="Hangfire.InMemory" Version="1.0.0" />
<PackageVersion Include="Quartz" Version="3.18.1" />
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.18.1" />
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.18.1" />
<PackageVersion Include="Quartz" Version="3.18.2" />
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.18.2" />
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.18.2" />
<!-- Override Hangfire's transitive Newtonsoft.Json 11.0.1 (GHSA-5crp-9r3c-p9vr High DoS).
Removable when Hangfire 2.x lands or replaces Newtonsoft.Json. -->
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
Expand Down
22 changes: 11 additions & 11 deletions src/Providers/Kck.BackgroundJobs.Quartz/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
},
"Quartz": {
"type": "Direct",
"requested": "[3.18.1, )",
"resolved": "3.18.1",
"contentHash": "q/n/gKLcApDlTk90BRNvj6P8HKR+vbtZEQxo5BAbeEoN5e/8/aqRuG6yH7tVg02CeAXAD40boS74s9hVnh4XDw=="
"requested": "[3.18.2, )",
"resolved": "3.18.2",
"contentHash": "/KaRLj7jv84RSIR/UtAWnzYRmS7o/mA6CdEuoLwxhLa9Nfl7Q1keMA7Fe/r2BzRfDf+7YpN1QNEYSSU89DA3OA=="
},
"Quartz.Extensions.DependencyInjection": {
"type": "Direct",
"requested": "[3.18.1, )",
"resolved": "3.18.1",
"contentHash": "ct+sIqr7n961jvo695GnqHjB+dhK6b/Y9LSXxK6n9EJ6JzMXpwcusd5u2lCqVqqNHaiGBLXp37E75hpPXHQkzA==",
"requested": "[3.18.2, )",
"resolved": "3.18.2",
"contentHash": "+P0z/WUQZF/QrY5wB1wgvl9/VkiWqGR/K5bdtjW1qiFBraEoe/dqfNTxXQPnSZHnha1qmSBRoa5oA7kwHPsTqA==",
"dependencies": {
"Quartz": "3.18.1"
"Quartz": "3.18.2"
}
},
"Quartz.Extensions.Hosting": {
"type": "Direct",
"requested": "[3.18.1, )",
"resolved": "3.18.1",
"contentHash": "kZ7ufndI5vygLpI0kCeukVKlzpRFtGjfoU3BoWZ6u6QKoRF2Z3KV1dSpv+VpMqRekz3SrObfN0iLZKWldoZLZw==",
"requested": "[3.18.2, )",
"resolved": "3.18.2",
"contentHash": "6uSMAm4FArjtVoxBjlkA+gHL1Eln2ngIOnRTrVrYxtSlM5PpLQd2aV+fc/OOwfwt+AyDm69HOAybEFqVvyyG2A==",
"dependencies": {
"Quartz.Extensions.DependencyInjection": "3.18.1"
"Quartz.Extensions.DependencyInjection": "3.18.2"
}
},
"Microsoft.Build.Tasks.Git": {
Expand Down
8 changes: 4 additions & 4 deletions tests/Kck.BackgroundJobs.Quartz.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
},
"Quartz": {
"type": "Direct",
"requested": "[3.18.1, )",
"resolved": "3.18.1",
"contentHash": "q/n/gKLcApDlTk90BRNvj6P8HKR+vbtZEQxo5BAbeEoN5e/8/aqRuG6yH7tVg02CeAXAD40boS74s9hVnh4XDw=="
"requested": "[3.18.2, )",
"resolved": "3.18.2",
"contentHash": "/KaRLj7jv84RSIR/UtAWnzYRmS7o/mA6CdEuoLwxhLa9Nfl7Q1keMA7Fe/r2BzRfDf+7YpN1QNEYSSU89DA3OA=="
},
"xunit": {
"type": "Direct",
Expand Down Expand Up @@ -162,7 +162,7 @@
"type": "Project",
"dependencies": {
"Kck.BackgroundJobs.Abstractions": "[1.0.0, )",
"Quartz": "[3.18.1, )",
"Quartz": "[3.18.2, )",
"Quartz.Extensions.DependencyInjection": "[3.18.1, )",
"Quartz.Extensions.Hosting": "[3.18.1, )"
}
Expand Down
Loading