Browse Source

Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/JTTools

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/9/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
f53f2f65ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/JTTools/JTTools.csproj

+ 1
- 1
src/JTTools/JTTools.csproj View File

@@ -17,7 +17,7 @@
<PackageReference Include="JT809.Protocol.Extensions.JT1078" Version="2.2.3" />
<PackageReference Include="JTActiveSafety" Version="1.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.1.0" />
</ItemGroup>



Loading…
Cancel
Save