Skip to content

Commit b447380

Browse files
Bump Newtonsoft.Json in /src/providers/WorkflowCore.Providers.AWS
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.1...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70e5104 commit b447380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/WorkflowCore/WorkflowCore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="2.2.0" />
2020
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
2121
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="2.2.0" />
22-
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
22+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2323
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.3.0" />
2424
<PackageReference Include="System.Threading.ThreadPool" Version="4.3.0" />
2525
<PackageReference Include="System.Reflection" Version="4.3.0" />

src/providers/WorkflowCore.Providers.AWS/WorkflowCore.Providers.AWS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="AWSSDK.Kinesis" Version="3.7.1.32" />
1919
<PackageReference Include="AWSSDK.SQS" Version="3.7.2.33" />
2020
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
21-
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
21+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)