From 834b995c748b590430a4b80f470f9c43911f434b Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Sun, 13 Oct 2024 20:13:40 -0500 Subject: [PATCH 1/6] Added dependabot --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5c6b8584 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + +- package-ecosystem: nuget + directory: "/" + schedule: + interval: weekly From 6676e8c4381203122baced03571eede7c0d7d6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:15:26 +0000 Subject: [PATCH 2/6] Bump Microsoft.Extensions.TimeProvider.Testing and Microsoft.Bcl.TimeProvider Bumps [Microsoft.Extensions.TimeProvider.Testing](https://github.com/dotnet/extensions) and [Microsoft.Bcl.TimeProvider](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.TimeProvider.Testing` from 8.9.1 to 8.10.0 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](https://github.com/dotnet/extensions/commits) Updates `Microsoft.Bcl.TimeProvider` from 8.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.TimeProvider.Testing dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Bcl.TimeProvider dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Foundatio.TestHarness/Foundatio.TestHarness.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundatio.TestHarness/Foundatio.TestHarness.csproj b/src/Foundatio.TestHarness/Foundatio.TestHarness.csproj index 130fc05d..0f0841dc 100644 --- a/src/Foundatio.TestHarness/Foundatio.TestHarness.csproj +++ b/src/Foundatio.TestHarness/Foundatio.TestHarness.csproj @@ -7,7 +7,7 @@ - + From f4a68bef58629445af2404f440f0366a221d8632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:16:05 +0000 Subject: [PATCH 3/6] Bump Microsoft.AspNetCore.TestHost from 8.0.8 to 8.0.10 Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 8.0.8 to 8.0.10. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.8...v8.0.10) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.TestHost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/Foundatio.Tests/Foundatio.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Foundatio.Tests/Foundatio.Tests.csproj b/tests/Foundatio.Tests/Foundatio.Tests.csproj index 4b9b7da2..2e473cd2 100644 --- a/tests/Foundatio.Tests/Foundatio.Tests.csproj +++ b/tests/Foundatio.Tests/Foundatio.Tests.csproj @@ -1,7 +1,7 @@ - + From b43e7a7d85e50b4a71f68a6269705331985326d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:16:41 +0000 Subject: [PATCH 4/6] Bump Microsoft.Extensions.Configuration.Json and System.Text.Json Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration.Json` from 8.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) Updates `System.Text.Json` from 8.0.4 to 8.0.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Foundatio.TestHarness/Foundatio.TestHarness.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundatio.TestHarness/Foundatio.TestHarness.csproj b/src/Foundatio.TestHarness/Foundatio.TestHarness.csproj index 130fc05d..8b7efd9e 100644 --- a/src/Foundatio.TestHarness/Foundatio.TestHarness.csproj +++ b/src/Foundatio.TestHarness/Foundatio.TestHarness.csproj @@ -9,7 +9,7 @@ - + From 6e2e7466464fa8541fbe8a0f9c020b6d760a0a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:17:27 +0000 Subject: [PATCH 5/6] Bump Serilog.AspNetCore, Serilog.Settings.Configuration and System.Text.Json Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore), [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Serilog.AspNetCore` from 8.0.2 to 8.0.3 - [Release notes](https://github.com/serilog/serilog-aspnetcore/releases) - [Commits](https://github.com/serilog/serilog-aspnetcore/compare/v8.0.2...v8.0.3) Updates `Serilog.Settings.Configuration` from 8.0.2 to 8.0.4 - [Release notes](https://github.com/serilog/serilog-settings-configuration/releases) - [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md) - [Commits](https://github.com/serilog/serilog-settings-configuration/compare/v8.0.2...v8.0.4) Updates `System.Text.Json` from 8.0.4 to 8.0.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: Serilog.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Serilog.Settings.Configuration dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../Foundatio.HostingSample/Foundatio.HostingSample.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/Foundatio.HostingSample/Foundatio.HostingSample.csproj b/samples/Foundatio.HostingSample/Foundatio.HostingSample.csproj index 246128c4..87276436 100644 --- a/samples/Foundatio.HostingSample/Foundatio.HostingSample.csproj +++ b/samples/Foundatio.HostingSample/Foundatio.HostingSample.csproj @@ -5,8 +5,8 @@ - - + + \ No newline at end of file From 9b21d34a2945aa160c27445ec1a4a6a4caccb4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:31:02 +0000 Subject: [PATCH 6/6] Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/Foundatio Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Foundatio/Foundatio.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundatio/Foundatio.csproj b/src/Foundatio/Foundatio.csproj index 0fa47d54..7aac8cce 100644 --- a/src/Foundatio/Foundatio.csproj +++ b/src/Foundatio/Foundatio.csproj @@ -1,7 +1,7 @@ - +