Bump JsonPatch.Net from 2.0.4 to 2.0.5 (#1227)

Bumps [JsonPatch.Net](https://github.com/gregsdennis/json-everything) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/gregsdennis/json-everything/releases)
- [Commits](https://github.com/gregsdennis/json-everything/compare/patch-v2.0.4...patch-v2.0.5)

---
updated-dependencies:
- dependency-name: JsonPatch.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-08 13:02:09 -08:00
committed by GitHub
parent b9406110ec
commit 91cd34ae31
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JsonPatch.Net" Version="2.0.4" />
<PackageReference Include="JsonPatch.Net" Version="2.0.5" />
</ItemGroup>
</Project>