Skip to content

Commit

Permalink
Merge pull request #37 from andmos/feature/anm-newtonsoft-json-bump
Browse files Browse the repository at this point in the history
Bumping newtonsoft.json to 13.0.1 for CWE-755
  • Loading branch information
andmos authored Jun 28, 2022
2 parents ba4a013 + e50d8c0 commit 56f4b93
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chocolatey/Stratos.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>stratos</id>
<version>0.7.1</version>
<version>0.7.2</version>
<title>Stratos</title>
<authors>Andreas Mosti</authors>
<owners>Andreas Mosti</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/Stratos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="Newtonsoft.Json">
<HintPath>packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.XmlTransform">
<HintPath>packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/TestStratos/TestStratos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<HintPath>..\packages\Nancy.Testing.1.4.1\lib\net40\Nancy.Testing.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Nancy.Serialization.JsonNet">
<HintPath>..\packages\Nancy.Serialization.JsonNet.1.4.1\lib\net40\Nancy.Serialization.JsonNet.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/TestStratos/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<package id="Nancy" version="1.4.4" targetFramework="net452" />
<package id="Nancy.Serialization.JsonNet" version="1.4.1" targetFramework="net452" />
<package id="Nancy.Testing" version="1.4.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net452" />
<package id="NLog" version="4.6.0" targetFramework="net452" />
<package id="xunit" version="2.2.0" targetFramework="net452" />
<package id="xunit.abstractions" version="2.0.1" targetFramework="net452" />
Expand Down
2 changes: 1 addition & 1 deletion src/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="9.0.0.0"/>
<bindingRedirect oldVersion="0.0.0.0-14.0.0.0" newVersion="13.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
2 changes: 1 addition & 1 deletion src/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="Nancy" version="1.4.5" targetFramework="net452" />
<package id="Nancy.Hosting.Self" version="1.4.1" targetFramework="net452" />
<package id="Nancy.Serialization.JsonNet" version="1.4.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net452" />
<package id="NLog" version="4.6.0" targetFramework="net452" />
<package id="NLog.Config" version="4.6.0" targetFramework="net452" />
<package id="NLog.Schema" version="4.6.0" targetFramework="net452" />
Expand Down

0 comments on commit 56f4b93

Please sign in to comment.