Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-23 04:53:40 +0300
committerGitHub <noreply@github.com>2022-06-23 04:53:40 +0300
commit750c2c32f5e187e68648a0ddb72ae4fa905c05b2 (patch)
tree921df2043aea413426b5137b8ca83c580d76826f
parentd716051cdca941f13c0060b6bcc9b5ac3a3f8ee5 (diff)
Bump Newtonsoft.Json in /Duplicati/Library/Backend/AzureBlobdependabot/nuget/Duplicati/Library/Backend/AzureBlob/Newtonsoft.Json-13.0.1
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Duplicati/Library/Backend/AzureBlob/packages.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Backend/AzureBlob/packages.config b/Duplicati/Library/Backend/AzureBlob/packages.config
index 1355301d9..23315f297 100644
--- a/Duplicati/Library/Backend/AzureBlob/packages.config
+++ b/Duplicati/Library/Backend/AzureBlob/packages.config
@@ -8,7 +8,7 @@
<package id="Microsoft.Azure.Storage.Queue" version="11.0.1" targetFramework="net471" />
<package id="Microsoft.Rest.ClientRuntime" version="2.3.20" targetFramework="net471" />
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.19" targetFramework="net471" />
- <package id="Newtonsoft.Json" version="12.0.2" targetFramework="net471" />
+ <package id="Newtonsoft.Json" version="13.0.1" targetFramework="net471" />
<package id="System.Spatial" version="5.8.4" targetFramework="net471" />
<package id="WindowsAzure.Storage" version="9.3.3" targetFramework="net471" />
</packages>