From c204bae5832b4042a4566f214dbe7f6eeca090f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 13:26:33 +0000 Subject: [PATCH] chore: bump the dependencies group with 6 updates Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [AspNetCore.HealthChecks.ApplicationStatus](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` | | [AspNetCore.HealthChecks.Rabbitmq](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` | | [AspNetCore.HealthChecks.Redis](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.1` | `8.0.0` | | [AspNetCore.HealthChecks.SqlServer](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` | | [AspNetCore.HealthChecks.UI.Client](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.1.0` | `8.0.0` | | [xunit](https://github.com/xunit/xunit) | `2.6.3` | `2.6.4` | Updates `AspNetCore.HealthChecks.ApplicationStatus` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases) - [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md) - [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0) Updates `AspNetCore.HealthChecks.Rabbitmq` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases) - [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md) - [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0) Updates `AspNetCore.HealthChecks.Redis` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases) - [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md) - [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/release-ui-7.0.1...release-ui-8.0.0) Updates `AspNetCore.HealthChecks.SqlServer` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases) - [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md) - [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0) Updates `AspNetCore.HealthChecks.UI.Client` from 7.1.0 to 8.0.0 - [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases) - [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md) - [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/release-npgsql-7.1.0...release-ui-8.0.0) Updates `xunit` from 2.6.3 to 2.6.4 - [Commits](https://github.com/xunit/xunit/compare/2.6.3...2.6.4) --- updated-dependencies: - dependency-name: AspNetCore.HealthChecks.ApplicationStatus dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: AspNetCore.HealthChecks.Rabbitmq dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: AspNetCore.HealthChecks.Redis dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: AspNetCore.HealthChecks.SqlServer dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: AspNetCore.HealthChecks.UI.Client dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .../CleanArchitecture.Application.Tests.csproj | 2 +- .../CleanArchitecture.Domain.Tests.csproj | 2 +- .../CleanArchitecture.Infrastructure.Tests.csproj | 2 +- .../CleanArchitecture.IntegrationTests.csproj | 2 +- .../CleanArchitecture.gRPC.Tests.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CleanArchitecture.Application.Tests/CleanArchitecture.Application.Tests.csproj b/CleanArchitecture.Application.Tests/CleanArchitecture.Application.Tests.csproj index c937c6e..8aba3b5 100644 --- a/CleanArchitecture.Application.Tests/CleanArchitecture.Application.Tests.csproj +++ b/CleanArchitecture.Application.Tests/CleanArchitecture.Application.Tests.csproj @@ -12,7 +12,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CleanArchitecture.Domain.Tests/CleanArchitecture.Domain.Tests.csproj b/CleanArchitecture.Domain.Tests/CleanArchitecture.Domain.Tests.csproj index 0842009..20d66d2 100644 --- a/CleanArchitecture.Domain.Tests/CleanArchitecture.Domain.Tests.csproj +++ b/CleanArchitecture.Domain.Tests/CleanArchitecture.Domain.Tests.csproj @@ -12,7 +12,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CleanArchitecture.Infrastructure.Tests/CleanArchitecture.Infrastructure.Tests.csproj b/CleanArchitecture.Infrastructure.Tests/CleanArchitecture.Infrastructure.Tests.csproj index b7a270e..a5e7ee8 100644 --- a/CleanArchitecture.Infrastructure.Tests/CleanArchitecture.Infrastructure.Tests.csproj +++ b/CleanArchitecture.Infrastructure.Tests/CleanArchitecture.Infrastructure.Tests.csproj @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CleanArchitecture.IntegrationTests/CleanArchitecture.IntegrationTests.csproj b/CleanArchitecture.IntegrationTests/CleanArchitecture.IntegrationTests.csproj index 729900a..4019c9d 100644 --- a/CleanArchitecture.IntegrationTests/CleanArchitecture.IntegrationTests.csproj +++ b/CleanArchitecture.IntegrationTests/CleanArchitecture.IntegrationTests.csproj @@ -14,7 +14,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/CleanArchitecture.gRPC.Tests/CleanArchitecture.gRPC.Tests.csproj b/CleanArchitecture.gRPC.Tests/CleanArchitecture.gRPC.Tests.csproj index d7b8996..732f4a6 100644 --- a/CleanArchitecture.gRPC.Tests/CleanArchitecture.gRPC.Tests.csproj +++ b/CleanArchitecture.gRPC.Tests/CleanArchitecture.gRPC.Tests.csproj @@ -12,7 +12,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all