Bump Newtonsoft.Json from 11.0.1 to 13.0.1 in /src/keepass2android

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/11.0.1...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-12-11 13:29:25 +00:00
committed by GitHub
parent 748bd493c4
commit faccbc10e5

View File

@@ -83,7 +83,7 @@
</Choose>
<ItemGroup Condition=" '$(Flavor)'=='NoNet' ">
<PackageReference Include="Newtonsoft.Json">
<Version>11.0.1</Version>
<Version>13.0.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>