Skip to content

Commit d636368

Browse files
Bump Newtonsoft.Json
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@11.0.2...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 634bbba commit d636368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service-mesh/istio/sample/istio-plural-course/02/demos/src/details-api/BookInfo.Details.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.0.1" />
99
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.1" />
1010
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.1" />
11-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
11+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)