Skip to content

Commit 942979a

Browse files
chore(deps): bump Newtonsoft.Json (#181)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8aa748 commit 942979a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/grpc-example/datasource-request-result/gRPCsample/Client/gRPCsample.Client.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="Grpc.Net.Client.Web" Version="2.34.0" />
99
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.1" />
1010
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.1" PrivateAssets="all" />
11-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
11+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1212
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
1313
<PackageReference Include="Telerik.UI.for.Blazor" Version="3.0.1" />
1414
</ItemGroup>

0 commit comments

Comments
 (0)