Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 0a1c406

Browse files
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /Tests/Functional
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] <support@github.com>
1 parent 9c29c3d commit 0a1c406

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Libraries/TranscriptTestRunner/Microsoft.Bot.Builder.Testing.TestRunner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Microsoft.Bot.Connector.DirectLine" Version="3.0.2" />
1717
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.9" />
1818
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.9" />
19-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
19+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2020
<PackageReference Include="xunit.assert" Version="2.4.1" />
2121
<PackageReference Include="xunit.extensibility.core" Version="2.4.1" />
2222
</ItemGroup>

Tests/Functional/Microsoft.Bot.Builder.Tests.Functional.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
23+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)