Skip to content

Commit ffd27a4

Browse files
dependabot-supportarturcic
authored andcommitted
Bump Newtonsoft.Json from 12.0.1 to 12.0.2
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 12.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.1...12.0.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 313d559 commit ffd27a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/GitVersionCore/GitVersionCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
2929
<PackageReference Include="System.Net.Requests" Version="4.3.0" />
30-
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
30+
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
3131
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.1" />
3232
</ItemGroup>
3333

src/GitVersionExe.Tests/GitVersionExe.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="GitTools.Testing" Version="1.2.0"></PackageReference>
1010
<PackageReference Include="JetBrains.Annotations" Version="$(PackageVersion_JetBrainsAnnotations)"></PackageReference>
1111
<PackageReference Include="Mono.Cecil" Version="0.10.3"></PackageReference>
12-
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
12+
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
1313
<PackageReference Include="NSubstitute" Version="4.0.0"></PackageReference>
1414
<PackageReference Include="coverlet.msbuild" Version="2.6.0">
1515
<PrivateAssets>all</PrivateAssets>

src/GitVersionTask.Tests/GitVersionTask.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
99
<PackageReference Include="FluentDateTime" Version="1.15.0"></PackageReference>
1010
<PackageReference Include="JetBrains.Annotations" Version="$(PackageVersion_JetBrainsAnnotations)"></PackageReference>
11-
<PackageReference Include="Newtonsoft.Json" Version="12.0.1"></PackageReference>
11+
<PackageReference Include="Newtonsoft.Json" Version="12.0.2"></PackageReference>
1212
<PackageReference Include="NSubstitute" Version="4.0.0"></PackageReference>
1313
<PackageReference Include="coverlet.msbuild" Version="2.6.0">
1414
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)