From cc0d9dbd7863e8678906c92e62485e0724cba169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:38:20 +0000 Subject: [PATCH] Bump AspNetCore.HealthChecks.MongoDb, Microsoft.Extensions.Diagnostics.HealthChecks, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Options, Microsoft.Extensions.Logging.Abstractions and MongoDB.Driver Bumps [AspNetCore.HealthChecks.MongoDb](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks), [Microsoft.Extensions.Diagnostics.HealthChecks](https://github.com/dotnet/aspnetcore), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Options](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) and [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver). These dependencies needed to be updated together. Updates `AspNetCore.HealthChecks.MongoDb` from 6.0.2 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-6.0.2...release-ui-8.0.0) Updates `Microsoft.Extensions.Diagnostics.HealthChecks` from 7.0.3 to 8.0.0 - [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/v7.0.3...v8.0.0) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0) Updates `Microsoft.Extensions.Options` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0) Updates `MongoDB.Driver` from 2.19.0 to 2.22.0 - [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases) - [Commits](https://github.com/mongodb/mongo-csharp-driver/compare/v2.19.0...v2.22.0) --- updated-dependencies: - dependency-name: AspNetCore.HealthChecks.MongoDb dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MongoDB.Driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../Infrastructure.MongoDb/Infrastructure.MongoDb.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Backend/BuildingBlocks/Infrastructure.MongoDb/Infrastructure.MongoDb.csproj b/Backend/BuildingBlocks/Infrastructure.MongoDb/Infrastructure.MongoDb.csproj index d9b4026..85a30f2 100644 --- a/Backend/BuildingBlocks/Infrastructure.MongoDb/Infrastructure.MongoDb.csproj +++ b/Backend/BuildingBlocks/Infrastructure.MongoDb/Infrastructure.MongoDb.csproj @@ -7,10 +7,10 @@ - - + + - +