From e88c6ed34c355e9d42b5d67ed228f9f768356ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 15:37:13 +0000 Subject: [PATCH] Bump Newtonsoft.Json Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/9.0.1...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- .../DotNetActivityRunner/packages.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SamplesV1/ADFCustomActivityRunner/DotNetActivityRunner/packages.config b/SamplesV1/ADFCustomActivityRunner/DotNetActivityRunner/packages.config index 09737f25..a32e2869 100644 --- a/SamplesV1/ADFCustomActivityRunner/DotNetActivityRunner/packages.config +++ b/SamplesV1/ADFCustomActivityRunner/DotNetActivityRunner/packages.config @@ -16,7 +16,7 @@ <package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="3.12.0" targetFramework="net452" /> <package id="Microsoft.Net.Http" version="2.2.22" targetFramework="net452" /> <package id="Microsoft.WindowsAzure.ConfigurationManager" version="1.8.0.0" targetFramework="net452" /> - <package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" /> + <package id="Newtonsoft.Json" version="13.0.1" targetFramework="net452" /> <package id="Newtonsoft.Json.Schema" version="2.0.7" targetFramework="net452" /> <package id="System.Spatial" version="5.7.0" targetFramework="net452" /> <package id="WindowsAzure.Storage" version="4.3.0" targetFramework="net452" />