From 217f643d8408ea8cdc7661a8841fe03c83306ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 14:11:00 +0000 Subject: [PATCH] Bump the nuget group across 2 directories with 1 update Bumps the nuget group with 1 update in the /BloogBot directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). Bumps the nuget group with 1 update in the /Bootstrapper directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). Updates `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) Updates `Newtonsoft.Json` from 12.0.1 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 dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] --- BloogBot/App.config | 6 ++++++ BloogBot/BloogBot.csproj | 5 +++-- BloogBot/packages.config | 2 +- Bootstrapper/App.config | 10 +++++++++- Bootstrapper/Bootstrapper.csproj | 5 +++-- Bootstrapper/packages.config | 2 +- 6 files changed, 23 insertions(+), 7 deletions(-) diff --git a/BloogBot/App.config b/BloogBot/App.config index 5272c463..6b9d15e8 100644 --- a/BloogBot/App.config +++ b/BloogBot/App.config @@ -9,6 +9,12 @@ + + + + + + diff --git a/BloogBot/BloogBot.csproj b/BloogBot/BloogBot.csproj index fb8834c8..78b432b4 100644 --- a/BloogBot/BloogBot.csproj +++ b/BloogBot/BloogBot.csproj @@ -71,8 +71,9 @@ ..\packages\Microsoft.Bcl.AsyncInterfaces.1.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll - - ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/BloogBot/packages.config b/BloogBot/packages.config index 335b2bd3..b9210017 100644 --- a/BloogBot/packages.config +++ b/BloogBot/packages.config @@ -4,7 +4,7 @@ - + diff --git a/Bootstrapper/App.config b/Bootstrapper/App.config index 731f6de6..0b5b80d4 100644 --- a/Bootstrapper/App.config +++ b/Bootstrapper/App.config @@ -1,6 +1,14 @@ - + + + + + + + + + \ No newline at end of file diff --git a/Bootstrapper/Bootstrapper.csproj b/Bootstrapper/Bootstrapper.csproj index 32e3deb9..848d7ea8 100644 --- a/Bootstrapper/Bootstrapper.csproj +++ b/Bootstrapper/Bootstrapper.csproj @@ -47,8 +47,9 @@ true - - ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/Bootstrapper/packages.config b/Bootstrapper/packages.config index 466ab764..ce3dc383 100644 --- a/Bootstrapper/packages.config +++ b/Bootstrapper/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file