Skip to content

Commit

Permalink
build(deps): bump Newtonsoft.Json in /src/wikibus.images.Cloudinary
Browse files Browse the repository at this point in the history
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2022
1 parent f1ec262 commit 72b2408
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/wikibus.common/wikibus.common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Fody" Version="6.0.8" />
<PackageReference Include="JsonLD.Entities" Version="0.3.6" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="NullGuard.Fody" Version="2.2.0" />
<PackageReference Include="Rdf.Vocabularies" Version="1.4" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Anotar.Serilog.Fody" Version="5.1.0" />
<PackageReference Include="CloudinaryDotNet" Version="1.9.1" />
<PackageReference Include="Fody" Version="6.0.8" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="NullGuard.Fody" Version="2.2.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/wikibus.sources/wikibus.sources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="JetBrainsAnnotations.Fody" Version="2.14.0" />
<PackageReference Include="JsonLD.Entities" Version="0.3.6" />
<PackageReference Include="MimeMapping" Version="1.0.1.26" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="NullGuard.Fody" Version="2.2.0" />
<PackageReference Include="Rdf.Vocabularies" Version="1.4" />
<PackageReference Include="Resourcer.Fody" Version="1.8.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/wikibus.storage/wikibus.storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Anotar.Serilog.Fody" Version="5.1.0" />
<PackageReference Include="Fody" Version="6.0.8" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="NullGuard.Fody" Version="2.2.0" />
</ItemGroup>

Expand Down

0 comments on commit 72b2408

Please sign in to comment.