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

Commit 14eefe9

Browse files
Bump Newtonsoft.Json in /Libraries/TranscriptTestRunner
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 105b308 commit 14eefe9

1 file changed

Lines changed: 1 addition & 1 deletion

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>

0 commit comments

Comments
 (0)