From 96f96b597b10817c19ef69c8b82b828cfb58dd17 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 8 Mar 2023 09:58:22 +0000
Subject: [PATCH] Bump Newtonsoft.Json from 13.0.2 to 13.0.3 in /backend

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.2 to 13.0.3.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/commits)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 backend/RossyntBackend/RossyntBackend.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/RossyntBackend/RossyntBackend.csproj b/backend/RossyntBackend/RossyntBackend.csproj
index 6030a472..7e17b820 100644
--- a/backend/RossyntBackend/RossyntBackend.csproj
+++ b/backend/RossyntBackend/RossyntBackend.csproj
@@ -9,7 +9,7 @@
     <ItemGroup>
       <PackageReference Include="JetBrains.Annotations" Version="2022.3.1" PrivateAssets="All" />
       <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
-      <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
+      <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
     </ItemGroup>
 
 </Project>