Skip to content

Commit

Permalink
build(deps): bump Newtonsoft.Json in /src/wikibus.nancy
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2022
1 parent f1ec262 commit a4aad0d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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
2 changes: 1 addition & 1 deletion src/wikibus.nancy/wikibus.nancy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Nancy.Bootstrappers.StructureMap" Version="2.0.0-clinteastwood" />
<PackageReference Include="Nancy.Rdf" Version="0.5" />
<PackageReference Include="Nancy.Routing.UriTemplates" Version="2.0" />
<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="Resourcer.Fody" Version="1.8.0" />
<PackageReference Include="Anotar.Serilog.Fody" Version="5.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/wikibus.sources.EF/wikibus.sources.EF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.2.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.2.4" />
<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="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="tpluscode.NoDocumentation.Ruleset" Version="1.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/wikibus.sources.images/wikibus.sources.images.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="System.Data.SqlClient" Version="4.6.0" />
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 a4aad0d

Please sign in to comment.