mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-30 10:33:43 +00:00
c903164533
38 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
|
e59c055bf1
|
chore: bump the dependencies group with 31 updates
Bumps the dependencies group with 31 updates: | Package | From | To | | --- | --- | --- | | Aikido.Zen.DotNetCore | `1.2.5` | `1.2.8` | | [Grpc.AspNetCore.Server.Reflection](https://github.com/grpc/grpc-dotnet) | `2.70.0` | `2.71.0` | | [MediatR](https://github.com/jbogard/MediatR) | `12.4.1` | `12.5.0` | | [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `9.0.3` | `9.0.4` | | [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `9.0.3` | `9.0.4` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `9.0.3` | `9.0.4` | | [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `9.0.3` | `9.0.4` | | [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `9.0.3` | `9.0.4` | | [Microsoft.EntityFrameworkCore.Proxies](https://github.com/dotnet/efcore) | `9.0.3` | `9.0.4` | | [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `9.0.3` | `9.0.4` | | [Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `9.0.3` | `9.0.4` | | [Microsoft.Extensions.Http.Resilience](https://github.com/dotnet/extensions) | `9.3.0` | `9.4.0` | | [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `9.0.3` | `9.0.4` | | [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/aspire) | `9.1.0` | `9.2.1` | | [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.11.2` | `1.12.0` | | [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.11.2` | `1.12.0` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `8.1.0` | `8.1.1` | | [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `8.1.0` | `8.1.1` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `8.7.0` | `8.9.0` | | [Aspire.Hosting.AppHost](https://github.com/dotnet/aspire) | `9.1.0` | `9.2.1` | | [Aspire.Hosting.RabbitMQ](https://github.com/dotnet/aspire) | `9.1.0` | `9.2.1` | | [Aspire.Hosting.Redis](https://github.com/dotnet/aspire) | `9.1.0` | `9.2.1` | | [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) | `9.0.3` | `9.0.4` | | [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `9.0.3` | `9.0.4` | | [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) | `4.6.0` | `4.7.0` | | [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) | `4.3.0` | `4.4.0` | | [Testcontainers.MsSql](https://github.com/testcontainers/testcontainers-dotnet) | `4.3.0` | `4.4.0` | | [Testcontainers.RabbitMq](https://github.com/testcontainers/testcontainers-dotnet) | `4.3.0` | `4.4.0` | | [Testcontainers.Redis](https://github.com/testcontainers/testcontainers-dotnet) | `4.3.0` | `4.4.0` | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.30.2` | `3.30.2` | | [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) | `2.70.0` | `2.71.0` | Updates `Aikido.Zen.DotNetCore` from 1.2.5 to 1.2.8 Updates `Grpc.AspNetCore.Server.Reflection` from 2.70.0 to 2.71.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0) Updates `MediatR` from 12.4.1 to 12.5.0 - [Release notes](https://github.com/jbogard/MediatR/releases) - [Commits](https://github.com/jbogard/MediatR/compare/v12.4.1...v12.5.0) Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 9.0.3 to 9.0.4 - [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/v9.0.3...v9.0.4) Updates `Microsoft.AspNetCore.OpenApi` from 9.0.3 to 9.0.4 - [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/v9.0.3...v9.0.4) Updates `Microsoft.EntityFrameworkCore` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4) Updates `Microsoft.EntityFrameworkCore` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4) Updates `Microsoft.EntityFrameworkCore.Design` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4) Updates `Microsoft.EntityFrameworkCore.Relational` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4) Updates `Microsoft.EntityFrameworkCore.Proxies` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4) Updates `Microsoft.EntityFrameworkCore` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4) Updates `Microsoft.EntityFrameworkCore.Relational` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4) Updates `Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore` from 9.0.3 to 9.0.4 - [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/v9.0.3...v9.0.4) Updates `Microsoft.Extensions.Http.Resilience` from 9.3.0 to 9.4.0 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](https://github.com/dotnet/extensions/compare/v9.3.0...v9.4.0) Updates `Microsoft.Extensions.Options` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4) Updates `Microsoft.Extensions.ServiceDiscovery` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/dotnet/aspire/releases) - [Commits](https://github.com/dotnet/aspire/compare/v9.1.0...v9.2.1) Updates `OpenTelemetry.Exporter.OpenTelemetryProtocol` from 1.11.2 to 1.12.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md) - [Commits](https://github.com/open-telemetry/opentelemetry-dotnet/compare/core-1.11.2...core-1.12.0) Updates `OpenTelemetry.Extensions.Hosting` from 1.11.2 to 1.12.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md) - [Commits](https://github.com/open-telemetry/opentelemetry-dotnet/compare/core-1.11.2...core-1.12.0) Updates `Swashbuckle.AspNetCore` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v8.1.0...v8.1.1) Updates `Swashbuckle.AspNetCore.Annotations` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v8.1.0...v8.1.1) Updates `System.IdentityModel.Tokens.Jwt` from 8.7.0 to 8.9.0 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.7.0...8.9.0) Updates `Aspire.Hosting.AppHost` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/dotnet/aspire/releases) - [Commits](https://github.com/dotnet/aspire/compare/v9.1.0...v9.2.1) Updates `Aspire.Hosting.RabbitMQ` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/dotnet/aspire/releases) - [Commits](https://github.com/dotnet/aspire/compare/v9.1.0...v9.2.1) Updates `Aspire.Hosting.Redis` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/dotnet/aspire/releases) - [Commits](https://github.com/dotnet/aspire/compare/v9.1.0...v9.2.1) Updates `Microsoft.EntityFrameworkCore` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4) Updates `Microsoft.EntityFrameworkCore.Relational` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4) Updates `Microsoft.EntityFrameworkCore.Tools` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4) Updates `Microsoft.AspNetCore.Mvc.Testing` from 9.0.3 to 9.0.4 - [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/v9.0.3...v9.0.4) Updates `NUnit.Analyzers` from 4.6.0 to 4.7.0 - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit.analyzers/compare/4.6.0...4.7.0) Updates `Testcontainers` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.3.0...4.4.0) Updates `Testcontainers` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.3.0...4.4.0) Updates `Testcontainers.MsSql` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.3.0...4.4.0) Updates `Testcontainers` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.3.0...4.4.0) Updates `Testcontainers.RabbitMq` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.3.0...4.4.0) Updates `Testcontainers` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.3.0...4.4.0) Updates `Testcontainers.Redis` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.3.0...4.4.0) Updates `Google.Protobuf` from 3.30.2 to 3.30.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `Grpc.AspNetCore` from 2.70.0 to 2.71.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.70.0...v2.71.0) --- updated-dependencies: - dependency-name: Aikido.Zen.DotNetCore dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Grpc.AspNetCore.Server.Reflection dependency-version: 2.71.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: MediatR dependency-version: 12.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Proxies dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Http.Resilience dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Microsoft.Extensions.Options dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.ServiceDiscovery dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore.Annotations dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Aspire.Hosting.AppHost dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Aspire.Hosting.RabbitMQ dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Aspire.Hosting.Redis dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: NUnit.Analyzers dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers.MsSql dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers.RabbitMq dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers.Redis dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Google.Protobuf dependency-version: 3.30.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Grpc.AspNetCore dependency-version: 2.71.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
7b632c7aa8
|
chore: bump the dependencies group with 10 updates
Bumps the dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | Aikido.Zen.DotNetCore | `1.2.0` | `1.2.5` | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.30.1` | `3.30.2` | | [MassTransit](https://github.com/MassTransit/MassTransit) | `8.3.7` | `8.4.0` | | [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `9.0.3` | `9.0.0` | | [MassTransit.Newtonsoft](https://github.com/MassTransit/MassTransit) | `8.3.7` | `8.4.0` | | [MassTransit.RabbitMQ](https://github.com/MassTransit/MassTransit) | `8.3.7` | `8.4.0` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.3.1` | `8.1.0` | | [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.3.1` | `8.1.0` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `8.6.1` | `8.7.0` | | [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) | `3.30.1` | `3.30.2` | Updates `Aikido.Zen.DotNetCore` from 1.2.0 to 1.2.5 Updates `Google.Protobuf` from 3.30.1 to 3.30.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `MassTransit` from 8.3.7 to 8.4.0 - [Commits](https://github.com/MassTransit/MassTransit/compare/v8.3.7...v8.4.0) Updates `Microsoft.Extensions.Options` from 9.0.3 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.0) Updates `MassTransit.Newtonsoft` from 8.3.7 to 8.4.0 - [Commits](https://github.com/MassTransit/MassTransit/compare/v8.3.7...v8.4.0) Updates `MassTransit.RabbitMQ` from 8.3.7 to 8.4.0 - [Commits](https://github.com/MassTransit/MassTransit/compare/v8.3.7...v8.4.0) Updates `Swashbuckle.AspNetCore` from 7.3.1 to 8.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.3.1...v8.1.0) Updates `Swashbuckle.AspNetCore.Annotations` from 7.3.1 to 8.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.3.1...v8.1.0) Updates `System.IdentityModel.Tokens.Jwt` from 8.6.1 to 8.7.0 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.6.1...8.7.0) Updates `Google.Protobuf.Tools` from 3.30.1 to 3.30.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: Aikido.Zen.DotNetCore dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Google.Protobuf dependency-version: 3.30.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: MassTransit dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Microsoft.Extensions.Options dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: MassTransit.Newtonsoft dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: MassTransit.RabbitMQ dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore.Annotations dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Google.Protobuf.Tools dependency-version: 3.30.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
74549806d6
|
feat: MassTransit | ||
|
1a9225ea99
|
chore: bump the dependencies group with 26 updates
Bumps the dependencies group with 26 updates: | Package | From | To | | --- | --- | --- | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.29.2` | `3.29.3` | | [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.1` | | [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.1` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` | | [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` | | [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` | | [Microsoft.EntityFrameworkCore.Proxies](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` | | [Microsoft.Extensions.Caching.StackExchangeRedis](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.1` | | [Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.1` | | [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `8.3.0` | `8.3.1` | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.3` | `6.0.4` | | [Shouldly](https://github.com/shouldly/shouldly) | `4.2.1` | `4.3.0` | | [xunit](https://github.com/xunit/xunit) | `2.9.2` | `2.9.3` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `3.0.0` | `3.0.1` | | [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` | | [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` | | [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.1` | | [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) | `4.5.0` | `4.6.0` | | [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) | `3.29.2` | `3.29.3` | | [Microsoft.Extensions.Http.Resilience](https://github.com/dotnet/extensions) | `9.0.0` | `9.1.0` | | [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.10.0` | `1.11.1` | | [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.10.0` | `1.11.1` | | [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.10.1` | `1.11.0` | | [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.10.0` | `1.11.0` | | [OpenTelemetry.Instrumentation.Runtime](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.10.0` | `1.11.0` | Updates `Google.Protobuf` from 3.29.2 to 3.29.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.29.2...v3.29.3) Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 9.0.0 to 9.0.1 - [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/v9.0.0...v9.0.1) Updates `Microsoft.AspNetCore.OpenApi` from 9.0.0 to 9.0.1 - [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/v9.0.0...v9.0.1) Updates `Microsoft.EntityFrameworkCore` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1) Updates `Microsoft.EntityFrameworkCore` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1) Updates `Microsoft.EntityFrameworkCore.Design` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1) Updates `Microsoft.EntityFrameworkCore.Relational` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1) Updates `Microsoft.EntityFrameworkCore.Proxies` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Caching.StackExchangeRedis` from 9.0.0 to 9.0.1 - [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/v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore` from 9.0.0 to 9.0.1 - [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/v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Options` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1) Updates `System.IdentityModel.Tokens.Jwt` from 8.3.0 to 8.3.1 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/8.3.1/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.3.0...8.3.1) Updates `coverlet.collector` from 6.0.3 to 6.0.4 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.3...v6.0.4) Updates `Shouldly` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/shouldly/shouldly/releases) - [Changelog](https://github.com/shouldly/shouldly/blob/master/BREAKING%20CHANGES.txt) - [Commits](https://github.com/shouldly/shouldly/compare/4.2.1...4.3.0) Updates `xunit` from 2.9.2 to 2.9.3 - [Commits](https://github.com/xunit/xunit/compare/v2-2.9.2...v2-2.9.3) Updates `xunit.runner.visualstudio` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/3.0.0...3.0.1) Updates `Microsoft.EntityFrameworkCore` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1) Updates `Microsoft.EntityFrameworkCore.Relational` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1) Updates `Microsoft.EntityFrameworkCore` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1) Updates `Microsoft.EntityFrameworkCore.Relational` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1) Updates `Microsoft.EntityFrameworkCore.Tools` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1) Updates `Microsoft.AspNetCore.Mvc.Testing` from 9.0.0 to 9.0.1 - [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/v9.0.0...v9.0.1) Updates `NUnit.Analyzers` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit.analyzers/compare/4.5.0...4.6.0) Updates `Google.Protobuf.Tools` from 3.29.2 to 3.29.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.29.2...v3.29.3) Updates `Microsoft.Extensions.Http.Resilience` from 9.0.0 to 9.1.0 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](https://github.com/dotnet/extensions/compare/v9.0.0...v9.1.0) Updates `OpenTelemetry.Exporter.OpenTelemetryProtocol` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md) - [Commits](https://github.com/open-telemetry/opentelemetry-dotnet/compare/core-1.10.0...core-1.11.1) Updates `OpenTelemetry.Extensions.Hosting` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md) - [Commits](https://github.com/open-telemetry/opentelemetry-dotnet/compare/core-1.10.0...core-1.11.1) Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/compare/Instrumentation.AspNetCore-1.10.1...Resources.AWS-1.11.0) Updates `OpenTelemetry.Instrumentation.Http` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/compare/Exporter.Geneva-1.10.0...Resources.AWS-1.11.0) Updates `OpenTelemetry.Instrumentation.Runtime` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/compare/Exporter.Geneva-1.10.0...Resources.AWS-1.11.0) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Proxies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Shouldly dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Google.Protobuf.Tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Http.Resilience dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Instrumentation.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Instrumentation.Http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Instrumentation.Runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
133c868bc1
|
chore: bump the dependencies group with 21 updates
Bumps the dependencies group with 21 updates: | Package | From | To | | --- | --- | --- | | [AspNetCore.HealthChecks.ApplicationStatus](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `8.0.1` | `9.0.0` | | [AspNetCore.HealthChecks.Rabbitmq](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `8.0.2` | `9.0.0` | | [AspNetCore.HealthChecks.Redis](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `8.0.1` | `9.0.0` | | [AspNetCore.HealthChecks.SqlServer](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `8.0.2` | `9.0.0` | | [AspNetCore.HealthChecks.UI.Client](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `8.0.1` | `9.0.0` | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.29.0` | `3.29.2` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.1.0` | `7.2.0` | | [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.1.0` | `7.2.0` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `8.2.1` | `8.3.0` | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.3` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.2` | `7.0.0` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.2` | `3.0.0` | | [NUnit](https://github.com/nunit/nunit) | `4.2.2` | `4.3.2` | | [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) | `4.4.0` | `4.5.0` | | [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` | | [Testcontainers.MsSql](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` | | [Testcontainers.RabbitMq](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` | | [Testcontainers.Redis](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` | | [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) | `3.29.0` | `3.29.2` | | [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.9.0` | `1.10.1` | | [OpenTelemetry.Instrumentation.Runtime](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.9.0` | `1.10.0` | Updates `AspNetCore.HealthChecks.ApplicationStatus` from 8.0.1 to 9.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-all-8.0.1...release-all-9.0.0) Updates `AspNetCore.HealthChecks.Rabbitmq` from 8.0.2 to 9.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-8.0.2...release-all-9.0.0) Updates `AspNetCore.HealthChecks.Redis` from 8.0.1 to 9.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-all-8.0.1...release-all-9.0.0) Updates `AspNetCore.HealthChecks.SqlServer` from 8.0.2 to 9.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-8.0.2...release-all-9.0.0) Updates `AspNetCore.HealthChecks.UI.Client` from 8.0.1 to 9.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-all-8.0.1...release-all-9.0.0) Updates `Google.Protobuf` from 3.29.0 to 3.29.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.29.0...v3.29.2) Updates `Swashbuckle.AspNetCore` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.1.0...v7.2.0) Updates `Swashbuckle.AspNetCore.Annotations` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.1.0...v7.2.0) Updates `System.IdentityModel.Tokens.Jwt` from 8.2.1 to 8.3.0 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.2.1...8.3.0) Updates `coverlet.collector` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.2...v6.0.3) Updates `FluentAssertions` from 6.12.2 to 7.0.0 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.12.2...7.0.0) Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.8.2...3.0.0) Updates `NUnit` from 4.2.2 to 4.3.2 - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/4.2.2...4.3.2) Updates `NUnit.Analyzers` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit.analyzers/compare/4.4.0...4.5.0) Updates `Testcontainers` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.0.0...4.1.0) Updates `Testcontainers` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.0.0...4.1.0) Updates `Testcontainers.MsSql` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.0.0...4.1.0) Updates `Testcontainers` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.0.0...4.1.0) Updates `Testcontainers.RabbitMq` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.0.0...4.1.0) Updates `Testcontainers` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.0.0...4.1.0) Updates `Testcontainers.Redis` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/4.0.0...4.1.0) Updates `Google.Protobuf.Tools` from 3.29.0 to 3.29.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.29.0...v3.29.2) Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.9.0 to 1.10.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/compare/Exporter.Geneva-1.9.0...Instrumentation.AspNetCore-1.10.1) Updates `OpenTelemetry.Instrumentation.Runtime` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/compare/Exporter.Geneva-1.9.0...Exporter.Geneva-1.10.0) --- 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: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore.Annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers.MsSql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers.RabbitMq dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers.Redis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Google.Protobuf.Tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: OpenTelemetry.Instrumentation.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Instrumentation.Runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
7a6e6499c8
|
chore: bump the dependencies group with 10 updates
Bumps the dependencies group with 11 updates: | Package | From | To | | --- | --- | --- | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.28.3` | `3.29.0` | | [Grpc.AspNetCore.Server.Reflection](https://github.com/grpc/grpc-dotnet) | `2.66.0` | `2.67.0` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.0.0` | `7.1.0` | | [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.0.0` | `7.1.0` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `8.2.0` | `8.2.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` | | [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.10.0` | `11.11.0` | | [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) | `3.28.3` | `3.29.0` | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.28.3` | `3.27.0` | | [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) | `2.66.0` | `2.67.0` | | [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.9.0` | `1.10.0` | Updates `Google.Protobuf` from 3.28.3 to 3.29.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.28.3...v3.29.0) Updates `Grpc.AspNetCore.Server.Reflection` from 2.66.0 to 2.67.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.66.0...v2.67.0) Updates `Swashbuckle.AspNetCore` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.0.0...v7.1.0) Updates `Swashbuckle.AspNetCore.Annotations` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.0.0...v7.1.0) Updates `System.IdentityModel.Tokens.Jwt` from 8.2.0 to 8.2.1 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.2.0...8.2.1) Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.11.1...v17.12.0) Updates `FluentValidation` from 11.10.0 to 11.11.0 - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt) - [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.10.0...11.11.0) Updates `Google.Protobuf.Tools` from 3.28.3 to 3.29.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.28.3...v3.29.0) Updates `Google.Protobuf` from 3.28.3 to 3.27.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.28.3...v3.29.0) Updates `Grpc.AspNetCore` from 2.66.0 to 2.67.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.66.0...v2.67.0) Updates `OpenTelemetry.Instrumentation.Http` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/compare/Exporter.Geneva-1.9.0...Exporter.Geneva-1.10.0) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Grpc.AspNetCore.Server.Reflection dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore.Annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: FluentValidation dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Google.Protobuf.Tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Grpc.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Instrumentation.Http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
804679d676
|
feat: dotnet 9 | ||
|
31ee2b7239
|
chore: bump the dependencies group with 17 updates
Bumps the dependencies group with 17 updates: | Package | From | To | | --- | --- | --- | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.28.2` | `3.28.3` | | [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.8` | `8.0.10` | | [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `8.0.8` | `8.0.10` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.8` | `8.0.10` | | [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.8` | `8.0.10` | | [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.8` | `8.0.10` | | [Microsoft.EntityFrameworkCore.Proxies](https://github.com/dotnet/efcore) | `8.0.8` | `8.0.10` | | [Microsoft.Extensions.Caching.StackExchangeRedis](https://github.com/dotnet/aspnetcore) | `8.0.8` | `8.0.10` | | [Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `8.0.8` | `8.0.10` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.8.1` | `6.9.0` | | [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.8.1` | `6.9.0` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `8.1.0` | `8.1.2` | | [NSubstitute](https://github.com/nsubstitute/NSubstitute) | `5.1.0` | `5.3.0` | | [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `8.0.8` | `8.0.10` | | [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) | `8.0.8` | `8.0.10` | | [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.8` | `8.0.10` | | [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) | `3.28.2` | `3.28.3` | Updates `Google.Protobuf` from 3.28.2 to 3.28.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.28.2...v3.28.3) Updates `Microsoft.AspNetCore.Authentication.JwtBearer` 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) Updates `Microsoft.AspNetCore.OpenApi` 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) Updates `Microsoft.EntityFrameworkCore` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore.Proxies` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.Extensions.Caching.StackExchangeRedis` 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) Updates `Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore` 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) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Swashbuckle.AspNetCore` from 6.8.1 to 6.9.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.1...v6.9.0) Updates `Swashbuckle.AspNetCore.Annotations` from 6.8.1 to 6.9.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.1...v6.9.0) Updates `System.IdentityModel.Tokens.Jwt` from 8.1.0 to 8.1.2 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.1.0...8.1.2) Updates `NSubstitute` from 5.1.0 to 5.3.0 - [Release notes](https://github.com/nsubstitute/NSubstitute/releases) - [Changelog](https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md) - [Commits](https://github.com/nsubstitute/NSubstitute/compare/v5.1.0...v5.3.0) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.EntityFrameworkCore` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10) Updates `Microsoft.AspNetCore.Mvc.Testing` 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) Updates `Google.Protobuf.Tools` from 3.28.2 to 3.28.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.28.2...v3.28.3) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Proxies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore.Annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: NSubstitute dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Google.Protobuf.Tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
2917f0158b
|
chore: bump the dependencies group with 18 updates
Bumps the dependencies group with 18 updates: | Package | From | To | | --- | --- | --- | | [AspNetCore.HealthChecks.Rabbitmq](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `8.0.1` | `8.0.2` | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.28.0` | `3.28.2` | | [Grpc.AspNetCore.Server.Reflection](https://github.com/grpc/grpc-dotnet) | `2.65.0` | `2.66.0` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.7.3` | `6.8.1` | | [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.7.3` | `6.8.1` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `8.0.2` | `8.1.0` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.0` | `6.12.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.0` | `17.11.1` | | [MockQueryable.NSubstitute](https://github.com/romantitov/MockQueryable) | `7.0.2` | `7.0.3` | | [xunit](https://github.com/xunit/xunit) | `2.9.0` | `2.9.2` | | [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.9.2` | `11.10.0` | | [MediatR](https://github.com/jbogard/MediatR) | `12.4.0` | `12.4.1` | | [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) | `3.9.0` | `3.10.0` | | [Testcontainers.MsSql](https://github.com/testcontainers/testcontainers-dotnet) | `3.9.0` | `3.10.0` | | [Testcontainers.RabbitMq](https://github.com/testcontainers/testcontainers-dotnet) | `3.9.0` | `3.10.0` | | [Testcontainers.Redis](https://github.com/testcontainers/testcontainers-dotnet) | `3.9.0` | `3.10.0` | | [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) | `3.28.0` | `3.28.2` | | [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) | `2.65.0` | `2.66.0` | Updates `AspNetCore.HealthChecks.Rabbitmq` from 8.0.1 to 8.0.2 - [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-all-8.0.1...release-ui-8.0.2) Updates `Google.Protobuf` from 3.28.0 to 3.28.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.28.0...v3.28.2) Updates `Grpc.AspNetCore.Server.Reflection` from 2.65.0 to 2.66.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.66.0) Updates `Swashbuckle.AspNetCore` from 6.7.3 to 6.8.1 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.1) Updates `Swashbuckle.AspNetCore.Annotations` from 6.7.3 to 6.8.1 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.1) Updates `System.IdentityModel.Tokens.Jwt` from 8.0.2 to 8.1.0 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.0.2...8.1.0) Updates `FluentAssertions` from 6.12.0 to 6.12.1 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1) Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1) Updates `MockQueryable.NSubstitute` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/romantitov/MockQueryable/releases) - [Commits](https://github.com/romantitov/MockQueryable/compare/v7.0.2...v7.0.3) Updates `xunit` from 2.9.0 to 2.9.2 - [Commits](https://github.com/xunit/xunit/compare/v2-2.9.0...v2-2.9.2) Updates `FluentValidation` from 11.9.2 to 11.10.0 - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt) - [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.9.2...11.10.0) Updates `MediatR` from 12.4.0 to 12.4.1 - [Release notes](https://github.com/jbogard/MediatR/releases) - [Commits](https://github.com/jbogard/MediatR/compare/v12.4.0...v12.4.1) Updates `Testcontainers` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.9.0...3.10.0) Updates `Testcontainers.MsSql` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.9.0...3.10.0) Updates `Testcontainers` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.9.0...3.10.0) Updates `Testcontainers.RabbitMq` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.9.0...3.10.0) Updates `Testcontainers` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.9.0...3.10.0) Updates `Testcontainers.Redis` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.9.0...3.10.0) Updates `Testcontainers` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.9.0...3.10.0) Updates `Google.Protobuf.Tools` from 3.28.0 to 3.28.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.28.0...v3.28.2) Updates `Grpc.AspNetCore` from 2.65.0 to 2.66.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.66.0) --- updated-dependencies: - dependency-name: AspNetCore.HealthChecks.Rabbitmq dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Grpc.AspNetCore.Server.Reflection dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore.Annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: MockQueryable.NSubstitute dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: FluentValidation dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: MediatR dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers.MsSql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers.RabbitMq dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers.Redis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Google.Protobuf.Tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Grpc.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
f28e9182b2
|
chore: bump the dependencies group with 20 updates
Bumps the dependencies group with 20 updates: | Package | From | To | | --- | --- | --- | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.27.3` | `3.28.0` | | [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | | [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` | | [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` | | [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` | | [Microsoft.EntityFrameworkCore.Proxies](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` | | [Microsoft.Extensions.Caching.StackExchangeRedis](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | | [Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.6.2` | `6.7.3` | | [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.6.2` | `6.7.3` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `8.0.1` | `8.0.2` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.10.0` | `17.11.0` | | [MockQueryable.NSubstitute](https://github.com/romantitov/MockQueryable) | `7.0.1` | `7.0.2` | | [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` | | [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` | | [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | | [NUnit](https://github.com/nunit/nunit) | `4.1.0` | `4.2.2` | | [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) | `4.2.0` | `4.3.0` | | [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) | `3.27.3` | `3.28.0` | Updates `Google.Protobuf` from 3.27.3 to 3.28.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.27.3...v3.28.0) Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.7 to 8.0.8 - [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.7...v8.0.8) Updates `Microsoft.AspNetCore.OpenApi` from 8.0.7 to 8.0.8 - [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.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Proxies` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.Extensions.Caching.StackExchangeRedis` from 8.0.7 to 8.0.8 - [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.7...v8.0.8) Updates `Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [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.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Swashbuckle.AspNetCore` from 6.6.2 to 6.7.3 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.3) Updates `Swashbuckle.AspNetCore.Annotations` from 6.6.2 to 6.7.3 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.3) Updates `System.IdentityModel.Tokens.Jwt` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.0.1...8.0.2) Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0) Updates `MockQueryable.NSubstitute` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/romantitov/MockQueryable/releases) - [Commits](https://github.com/romantitov/MockQueryable/compare/v7.0.1...v7.0.2) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.7 to 8.0.8 - [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.7...v8.0.8) Updates `NUnit` from 4.1.0 to 4.2.2 - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/4.1.0...4.2.2) Updates `NUnit.Analyzers` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit.analyzers/compare/4.2.0...4.3.0) Updates `Google.Protobuf.Tools` from 3.27.3 to 3.28.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.27.3...v3.28.0) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Proxies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore.Annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: MockQueryable.NSubstitute dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Google.Protobuf.Tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
2d50002b45
|
chore: bump the dependencies group with 19 updates
Bumps the dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.27.2` | `3.27.3` | | [Grpc.AspNetCore.Server.Reflection](https://github.com/grpc/grpc-dotnet) | `2.63.0` | `2.65.0` | | [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.6` | `8.0.7` | | [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `8.0.6` | `8.0.7` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` | | [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` | | [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` | | [Microsoft.EntityFrameworkCore.Proxies](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` | | [Microsoft.Extensions.Caching.StackExchangeRedis](https://github.com/dotnet/aspnetcore) | `8.0.6` | `8.0.7` | | [Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `8.0.6` | `8.0.7` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.6.2` | `8.0.1` | | [xunit](https://github.com/xunit/xunit) | `2.8.1` | `2.9.0` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.1` | `2.8.2` | | [MediatR](https://github.com/jbogard/MediatR) | `12.3.0` | `12.4.0` | | [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` | | [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` | | [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.6` | `8.0.7` | | [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) | `3.27.2` | `3.27.3` | | [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) | `2.63.0` | `2.65.0` | Updates `Google.Protobuf` from 3.27.2 to 3.27.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.27.2...v3.27.3) Updates `Grpc.AspNetCore.Server.Reflection` from 2.63.0 to 2.65.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.63.0...v2.65.0) Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.6 to 8.0.7 - [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.6...v8.0.7) Updates `Microsoft.AspNetCore.OpenApi` from 8.0.6 to 8.0.7 - [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.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore.Proxies` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.Extensions.Caching.StackExchangeRedis` from 8.0.6 to 8.0.7 - [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.6...v8.0.7) Updates `Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore` from 8.0.6 to 8.0.7 - [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.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `System.IdentityModel.Tokens.Jwt` from 7.6.2 to 8.0.1 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.6.2...8.0.1) Updates `xunit` from 2.8.1 to 2.9.0 - [Commits](https://github.com/xunit/xunit/compare/2.8.1...2.9.0) Updates `xunit.runner.visualstudio` from 2.8.1 to 2.8.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.8.1...2.8.2) Updates `MediatR` from 12.3.0 to 12.4.0 - [Release notes](https://github.com/jbogard/MediatR/releases) - [Commits](https://github.com/jbogard/MediatR/compare/v12.3.0...v12.4.0) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.6...v8.0.7) Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.6 to 8.0.7 - [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.6...v8.0.7) Updates `Google.Protobuf.Tools` from 3.27.2 to 3.27.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.27.2...v3.27.3) Updates `Grpc.AspNetCore` from 2.63.0 to 2.65.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.63.0...v2.65.0) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Grpc.AspNetCore.Server.Reflection dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Proxies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.IdentityModel.Tokens.Jwt 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-minor dependency-group: dependencies - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: MediatR dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Google.Protobuf.Tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Grpc.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
a2c303c2cb
|
chore: bump the dependencies group with 9 updates
Bumps the dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.27.0` | `3.27.2` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.6.0` | `7.6.2` | | [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.9.1` | `11.9.2` | | [MediatR](https://github.com/jbogard/MediatR) | `12.2.0` | `12.3.0` | | [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) | `3.8.0` | `3.9.0` | | [Testcontainers.MsSql](https://github.com/testcontainers/testcontainers-dotnet) | `3.8.0` | `3.9.0` | | [Testcontainers.RabbitMq](https://github.com/testcontainers/testcontainers-dotnet) | `3.8.0` | `3.9.0` | | [Testcontainers.Redis](https://github.com/testcontainers/testcontainers-dotnet) | `3.8.0` | `3.9.0` | | [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) | `3.27.0` | `3.27.2` | Updates `Google.Protobuf` from 3.27.0 to 3.27.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.27.0...v3.27.2) Updates `System.IdentityModel.Tokens.Jwt` from 7.6.0 to 7.6.2 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/7.6.2/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.6.0...7.6.2) Updates `FluentValidation` from 11.9.1 to 11.9.2 - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt) - [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.9.1...11.9.2) Updates `MediatR` from 12.2.0 to 12.3.0 - [Release notes](https://github.com/jbogard/MediatR/releases) - [Commits](https://github.com/jbogard/MediatR/compare/v12.2.0...v12.3.0) Updates `Testcontainers` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.8.0...3.9.0) Updates `Testcontainers.MsSql` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.8.0...3.9.0) Updates `Testcontainers` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.8.0...3.9.0) Updates `Testcontainers.RabbitMq` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.8.0...3.9.0) Updates `Testcontainers` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.8.0...3.9.0) Updates `Testcontainers.Redis` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.8.0...3.9.0) Updates `Testcontainers` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases) - [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-dotnet/compare/3.8.0...3.9.0) Updates `Google.Protobuf.Tools` from 3.27.0 to 3.27.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.27.0...v3.27.2) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: FluentValidation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: MediatR dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers.MsSql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers.RabbitMq dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers.Redis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Testcontainers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Google.Protobuf.Tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
7b3555c5e6
|
chore: bump the dependencies group with 21 updates
Bumps the dependencies group with 21 updates: | Package | From | To | | --- | --- | --- | | [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.26.1` | `3.27.0` | | [Grpc.AspNetCore.Server.Reflection](https://github.com/grpc/grpc-dotnet) | `2.62.0` | `2.63.0` | | [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.6` | | [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.6` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.6` | | [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.6` | | [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.6` | | [Microsoft.EntityFrameworkCore.Proxies](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.6` | | [Microsoft.Extensions.Caching.StackExchangeRedis](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.6` | | [Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.6` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.5.0` | `6.6.2` | | [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.5.0` | `6.6.2` | | [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.5.1` | `7.6.0` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` | | [xunit](https://github.com/xunit/xunit) | `2.8.0` | `2.8.1` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.0` | `2.8.1` | | [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.6` | | [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.6` | | [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.6` | | [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) | `3.26.1` | `3.27.0` | | [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) | `2.62.0` | `2.63.0` | Updates `Google.Protobuf` from 3.26.1 to 3.27.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.26.1...v3.27.0) Updates `Grpc.AspNetCore.Server.Reflection` from 2.62.0 to 2.63.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.0) Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.4 to 8.0.6 - [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.4...v8.0.6) Updates `Microsoft.AspNetCore.OpenApi` from 8.0.4 to 8.0.6 - [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.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore.Proxies` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.Extensions.Caching.StackExchangeRedis` from 8.0.4 to 8.0.6 - [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.4...v8.0.6) Updates `Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore` from 8.0.4 to 8.0.6 - [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.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Swashbuckle.AspNetCore` from 6.5.0 to 6.6.2 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.5.0...v6.6.2) Updates `Swashbuckle.AspNetCore.Annotations` from 6.5.0 to 6.6.2 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.5.0...v6.6.2) Updates `System.IdentityModel.Tokens.Jwt` from 7.5.1 to 7.6.0 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.5.1...7.6.0) Updates `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.10.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0) Updates `xunit` from 2.8.0 to 2.8.1 - [Commits](https://github.com/xunit/xunit/compare/2.8.0...2.8.1) Updates `xunit.runner.visualstudio` from 2.8.0 to 2.8.1 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.8.0...2.8.1) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.EntityFrameworkCore` from 8.0.4 to 8.0.6 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.4...v8.0.6) Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.4 to 8.0.6 - [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.4...v8.0.6) Updates `Google.Protobuf.Tools` from 3.26.1 to 3.27.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.26.1...v3.27.0) Updates `Grpc.AspNetCore` from 2.62.0 to 2.63.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.0) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Grpc.AspNetCore.Server.Reflection dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Proxies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore.Annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Google.Protobuf.Tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Grpc.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
35d7482ade
|
chore: Update dependencies | ||
|
633944e6fb
|
chore: Update deps | ||
|
6529c6f67b
|
feat: Update deps | ||
|
5f04ee7774
|
chore: Update deps | ||
|
631de38171
|
chore: Code Cleanup | ||
|
f45d584b32 | chore: Update dependencies | ||
|
a2735616e4
|
feat: Update packages | ||
|
ca81e2f076
|
Merge branch 'main' into feature/dotnet_8 | ||
|
6053b8475a | chore: Update dependencies | ||
|
0f09f40a33 | chore: Update dependencies | ||
|
c0098665a7 | Update packages | ||
|
03ee830ee2
|
feat: Upgrade to dotnet 8 | ||
|
b355aeb8ff
|
chore: Code Cleanup | ||
|
23371e8e62 | Update packages | ||
|
61bcab6d77
|
chore: Code Cleanup | ||
|
816d92fc85
|
feat: Add endpoints for tenants | ||
|
ca0489c3a1
|
test: Replace Moq with NSubstitute | ||
|
89fdd02a5f
|
Update deps | ||
|
e39c94ea99
|
Update deps | ||
|
7941c682d8
|
Add health check and auth tests | ||
|
93828dbc8c
|
Update deps | ||
|
6cb67265e3
|
Update deps and rename names | ||
|
df5530c726
|
Full Cleanup | ||
|
156e5d1048
|
Add query handler tests for deleted users | ||
|
f645b2cc8f
|
Add gRPC and fix some warnings |