Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump the nuget-dependencies group with 14 updates (#139)
Bumps the nuget-dependencies group with 14 updates: | Package | From | To | | --- | --- | --- | | [Fluid.Core](https://github.com/sebastienros/fluid) | `2.13.1` | `2.14.0` | | [Scalar.AspNetCore](https://github.com/scalar/scalar) | `1.2.44` | `1.2.45` | | [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) | `2.8.16` | `2.8.22` | | [Swashbuckle.AspNetCore.Swagger](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.0.0` | `7.1.0` | | [Swashbuckle.AspNetCore.SwaggerGen](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.0.0` | `7.1.0` | | [Swashbuckle.AspNetCore.SwaggerUI](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.0.0` | `7.1.0` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.0.0` | `7.1.0` | | [TUnit](https://github.com/thomhurst/TUnit) | `0.4.1` | `0.4.45` | | [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.9.0` | `1.10.0` | | [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.0.0` | `7.1.0` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.0` | | [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.0` | | Z.EntityFramework.Plus.EFCore | `9.103.6.2` | `9.103.6.3` | | [Hangfire.AspNetCore](https://github.com/HangfireIO/Hangfire) | `1.8.15` | `1.8.16` | Updates `Fluid.Core` from 2.13.1 to 2.14.0 - [Release notes](https://github.com/sebastienros/fluid/releases) - [Commits](sebastienros/fluid@v2.13.1...v2.14.0) Updates `Scalar.AspNetCore` from 1.2.44 to 1.2.45 - [Changelog](https://github.com/scalar/scalar/blob/main/RELEASE.md) - [Commits](https://github.com/scalar/scalar/commits) Updates `StackExchange.Redis` from 2.8.16 to 2.8.22 - [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases) - [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md) - [Commits](StackExchange/StackExchange.Redis@2.8.16...2.8.22) Updates `Swashbuckle.AspNetCore.Swagger` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.1.0) Updates `Swashbuckle.AspNetCore.SwaggerGen` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.1.0) Updates `Swashbuckle.AspNetCore.SwaggerUI` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.1.0) Updates `Swashbuckle.AspNetCore` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.1.0) Updates `TUnit` from 0.4.1 to 0.4.45 - [Commits](https://github.com/thomhurst/TUnit/commits) Updates `OpenTelemetry.Instrumentation.Http` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](open-telemetry/opentelemetry-dotnet-contrib@Exporter.Geneva-1.9.0...Exporter.Geneva-1.10.0) Updates `Swashbuckle.AspNetCore.Annotations` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.1.0) Updates `Swashbuckle.AspNetCore.Swagger` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.1.0) Updates `Swashbuckle.AspNetCore.SwaggerGen` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.1.0) Updates `Microsoft.EntityFrameworkCore` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.0...v9.0.0) Updates `Microsoft.EntityFrameworkCore.Relational` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.0...v9.0.0) Updates `Z.EntityFramework.Plus.EFCore` from 9.103.6.2 to 9.103.6.3 Updates `Hangfire.AspNetCore` from 1.8.15 to 1.8.16 - [Release notes](https://github.com/HangfireIO/Hangfire/releases) - [Commits](HangfireIO/Hangfire@v1.8.15...v1.8.16) --- updated-dependencies: - dependency-name: Fluid.Core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Scalar.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: StackExchange.Redis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Swashbuckle.AspNetCore.Swagger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Swashbuckle.AspNetCore.SwaggerGen dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Swashbuckle.AspNetCore.SwaggerUI dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: TUnit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: OpenTelemetry.Instrumentation.Http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Swashbuckle.AspNetCore.Annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Swashbuckle.AspNetCore.Swagger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Swashbuckle.AspNetCore.SwaggerGen dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Z.EntityFramework.Plus.EFCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Hangfire.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information