From ddc9fad3a0e02e6ee0eaeeb16cbac7bd99baffce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 20:21:32 +0000 Subject: [PATCH] Bump Newtonsoft.Json from 10.0.2 to 13.0.1 in /test/DMLibTest Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/10.0.2...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/DataMovement.csproj | 5 +++-- test/DMLibTest/DMLibTest.csproj | 5 +++-- test/DMLibTest/packages.config | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lib/DataMovement.csproj b/lib/DataMovement.csproj index e3975e84..ee98065f 100644 --- a/lib/DataMovement.csproj +++ b/lib/DataMovement.csproj @@ -67,8 +67,9 @@ ..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll True - - ..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/test/DMLibTest/DMLibTest.csproj b/test/DMLibTest/DMLibTest.csproj index d79cf4dc..52ce8fb1 100644 --- a/test/DMLibTest/DMLibTest.csproj +++ b/test/DMLibTest/DMLibTest.csproj @@ -70,8 +70,9 @@ ..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll True - - ..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/test/DMLibTest/packages.config b/test/DMLibTest/packages.config index de27669e..044eb3cf 100644 --- a/test/DMLibTest/packages.config +++ b/test/DMLibTest/packages.config @@ -5,7 +5,7 @@ - +