Skip to content

Commit 2113c68

Browse files
deps(core): update dependency jsonpatch.net to v4 (#1008)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [JsonPatch.Net](https://redirect.github.com/json-everything/json-everything) | `3.3.0` -> `4.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/JsonPatch.Net/4.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/JsonPatch.Net/3.3.0/4.0.0?slim=true) | --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7eb6991 commit 2113c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KubeOps.Abstractions/KubeOps.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="JsonPatch.Net" Version="3.3.0" />
17+
<PackageReference Include="JsonPatch.Net" Version="4.0.0" />
1818
<PackageReference Include="KubernetesClient" Version="18.0.13" />
1919
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.1" />
2020
<PackageReference Include="ZiggyCreatures.FusionCache" Version="2.4.0" />

0 commit comments

Comments
 (0)