mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-30 02:31:08 +00:00
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>
15 lines
340 B
XML
15 lines
340 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MassTransit" Version="8.4.0" />
|
|
<PackageReference Include="MediatR" Version="12.4.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|