From 44fcbe337bc7dff1c0f290757a1d6e7332487fd2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 22 Jun 2022 21:15:14 +0000
Subject: [PATCH] Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in
 /ACMESharp/ACMESharp-test

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>
---
 ACMESharp/ACMESharp-test/packages.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ACMESharp/ACMESharp-test/packages.config b/ACMESharp/ACMESharp-test/packages.config
index b81720e7..985585ec 100644
--- a/ACMESharp/ACMESharp-test/packages.config
+++ b/ACMESharp/ACMESharp-test/packages.config
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <packages>
-  <package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
+  <package id="Newtonsoft.Json" version="13.0.1" targetFramework="net45" />
   <package id="secure-file" version="1.0.31" targetFramework="net45" />
 </packages>
\ No newline at end of file