Skip to content

Commit 84f4933

Browse files
dependabot[bot]fredericDelaportehazzik
authored
Update Newtonsoft Json.Net to a non-vulnerable version (#110)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@10.0.1...13.0.1) Co-authored-by: Frédéric Delaporte <[email protected]> Co-authored-by: Alex Zaytsev <[email protected]>
1 parent 86d3112 commit 84f4933

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Util/NHibernate.Caches.Util.JsonSerializer.Tests/NHibernate.Caches.Util.JsonSerializer.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
</ItemGroup>
2020
<ItemGroup>
2121
<PackageReference Include="log4net" Version="2.0.10" />
22-
<PackageReference Include="Newtonsoft.Json" Version="10.0.1" />
2322
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
2423
</ItemGroup>
2524
<ItemGroup Condition="'$(TargetFramework)'=='netcoreapp2.0'">

Util/NHibernate.Caches.Util.JsonSerializer/NHibernate.Caches.Util.JsonSerializer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="../../NHibernate.Caches.props" />
33
<PropertyGroup>
44
<Product>NHibernate.Caches.Util.JsonSerializer</Product>
@@ -9,7 +9,7 @@
99
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111
<PackageReleaseNotes>* Task
12-
* #86 Update SourceLink package to its release version</PackageReleaseNotes>
12+
* #110 Update Newtonsoft Json.Net to a non-vulnerable version</PackageReleaseNotes>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
1515
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424
<ItemGroup>
2525
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
26-
<PackageReference Include="Newtonsoft.Json" Version="10.0.1" />
26+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2727
</ItemGroup>
2828
<ItemGroup>
2929
<Content Include="../../readme.md">

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ CoreDistributedCache now use a `Tuple<string, object>(keyAsString, value)` as th
3131
- If you are using another serializer than the default binary serializer, you may have to adjust its configuration.
3232
- Distinguishing different objects which keys have the same string representation and hashcode is no more supported.
3333

34+
NHibernate.Caches.Util.JsonSerializer now uses Newtonsoft.Json 13.0.1, up from 10.0.1.
35+
3436
* Improvement
3537
* #106 - Unable to use DistributedCache with JsonCacheSerializer
3638

3739
* Task
40+
* #110 - Update Newtonsoft Json.Net to a non-vulnerable version
3841
* #109 - Automatically generate async code on pull request
3942
* #108 - Fix AppVeyor build
4043
* #89 - Fix iconUrl warning

0 commit comments

Comments
 (0)