Skip to content

Commit

Permalink
chore(deps): bump Correlate from 4.0.0 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [Correlate](https://github.com/skwasjer/Correlate) from 4.0.0 to 5.2.0.
- [Release notes](https://github.com/skwasjer/Correlate/releases)
- [Changelog](https://github.com/skwasjer/Correlate/blob/main/OLD_CHANGELOG.md)
- [Commits](skwasjer/Correlate@v4.0.0...v5.2.0)

---
updated-dependencies:
- dependency-name: Correlate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 5395c28 commit 75daa8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hangfire.Correlate/Hangfire.Correlate.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
Expand All @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Correlate" Version="4.0.0" />
<PackageReference Include="Correlate" Version="5.2.0" />
<PackageReference Include="Hangfire" Version="1.7.36" />
</ItemGroup>

Expand Down

0 comments on commit 75daa8e

Please sign in to comment.