From 3dddf8f73c573ce16b20cd1d357ee381245cddf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:52:27 +0000 Subject: [PATCH 1/4] Bump CodeBeam.MudBlazor.Extensions from 6.5.10 to 6.6.0 Bumps [CodeBeam.MudBlazor.Extensions](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions) from 6.5.10 to 6.6.0. - [Release notes](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/releases) - [Changelog](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/blob/dev/BreakingChanges.md) - [Commits](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/compare/6.5.10...6.6.0) --- updated-dependencies: - dependency-name: CodeBeam.MudBlazor.Extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/web/Client/Jordnaer.Client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/Client/Jordnaer.Client.csproj b/src/web/Client/Jordnaer.Client.csproj index db0d2d47..6a6e3815 100644 --- a/src/web/Client/Jordnaer.Client.csproj +++ b/src/web/Client/Jordnaer.Client.csproj @@ -10,7 +10,7 @@ - + From 40b3b5996b5eccd4f596c2a845b8c4d6bca06b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:52:35 +0000 Subject: [PATCH 2/4] Bump MassTransit.Abstractions from 8.1.0 to 8.1.1 Bumps [MassTransit.Abstractions](https://github.com/MassTransit/MassTransit) from 8.1.0 to 8.1.1. - [Commits](https://github.com/MassTransit/MassTransit/commits) --- updated-dependencies: - dependency-name: MassTransit.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/web/Shared/Jordnaer.Shared.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/Shared/Jordnaer.Shared.csproj b/src/web/Shared/Jordnaer.Shared.csproj index 42396d5c..3b3211fe 100644 --- a/src/web/Shared/Jordnaer.Shared.csproj +++ b/src/web/Shared/Jordnaer.Shared.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -13,7 +13,7 @@ - + From 264a8600226d3b4fa132edfa343890db886af656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:52:43 +0000 Subject: [PATCH 3/4] Bump MassTransit.Azure.ServiceBus.Core from 8.1.0 to 8.1.1 Bumps [MassTransit.Azure.ServiceBus.Core](https://github.com/MassTransit/MassTransit) from 8.1.0 to 8.1.1. - [Commits](https://github.com/MassTransit/MassTransit/commits) --- updated-dependencies: - dependency-name: MassTransit.Azure.ServiceBus.Core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/container_apps/Jordnaer.Chat/Jordnaer.Chat.csproj | 2 +- src/web/Server/Jordnaer.Server.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/container_apps/Jordnaer.Chat/Jordnaer.Chat.csproj b/src/container_apps/Jordnaer.Chat/Jordnaer.Chat.csproj index 7f285e24..c358d9aa 100644 --- a/src/container_apps/Jordnaer.Chat/Jordnaer.Chat.csproj +++ b/src/container_apps/Jordnaer.Chat/Jordnaer.Chat.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/web/Server/Jordnaer.Server.csproj b/src/web/Server/Jordnaer.Server.csproj index 3bc10cf3..a7c93138 100644 --- a/src/web/Server/Jordnaer.Server.csproj +++ b/src/web/Server/Jordnaer.Server.csproj @@ -11,7 +11,7 @@ - + From 7ece247bd673c8142f01d560a174002809de0095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:28:23 +0000 Subject: [PATCH 4/4] Bump FluentAssertions.Analyzers from 0.24.0 to 0.25.0 Bumps [FluentAssertions.Analyzers](https://github.com/fluentassertions/fluentassertions.analyzers) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/fluentassertions/fluentassertions.analyzers/releases) - [Commits](https://github.com/fluentassertions/fluentassertions.analyzers/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: FluentAssertions.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../Jordnaer.Chat.Tests/Jordnaer.Chat.Tests.csproj | 2 +- tests/web/Jordnaer.Server.Tests/Jordnaer.Server.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/container_apps/Jordnaer.Chat.Tests/Jordnaer.Chat.Tests.csproj b/tests/container_apps/Jordnaer.Chat.Tests/Jordnaer.Chat.Tests.csproj index 40b4cc7d..97434820 100644 --- a/tests/container_apps/Jordnaer.Chat.Tests/Jordnaer.Chat.Tests.csproj +++ b/tests/container_apps/Jordnaer.Chat.Tests/Jordnaer.Chat.Tests.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/web/Jordnaer.Server.Tests/Jordnaer.Server.Tests.csproj b/tests/web/Jordnaer.Server.Tests/Jordnaer.Server.Tests.csproj index e3b9e68f..318501a3 100644 --- a/tests/web/Jordnaer.Server.Tests/Jordnaer.Server.Tests.csproj +++ b/tests/web/Jordnaer.Server.Tests/Jordnaer.Server.Tests.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive