-
Notifications
You must be signed in to change notification settings - Fork 15
Bump AutoMapper and 8 others #674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
github-actions
merged 2 commits into
master
from
dependabot/nuget/Backend/src/ITL.API/multi-a70d3932fb
Aug 6, 2025
Merged
Bump AutoMapper and 8 others #674
github-actions
merged 2 commits into
master
from
dependabot/nuget/Backend/src/ITL.API/multi-a70d3932fb
Aug 6, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps AutoMapper to 15.0.1 Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.6 to 9.0.7 Bumps Microsoft.AspNetCore.Authentication.OpenIdConnect from 9.0.6 to 9.0.7 Bumps Microsoft.EntityFrameworkCore from 9.0.6 to 9.0.7 Bumps Microsoft.EntityFrameworkCore.Design from 9.0.6 to 9.0.7 Bumps Microsoft.EntityFrameworkCore.Relational from 9.0.6 to 9.0.7 Bumps Microsoft.EntityFrameworkCore.SqlServer from 9.0.6 to 9.0.7 Bumps Microsoft.EntityFrameworkCore.Tools from 9.0.6 to 9.0.7 Bumps Swashbuckle.AspNetCore from 9.0.1 to 9.0.3 --- updated-dependencies: - dependency-name: AutoMapper dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: AutoMapper dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Swashbuckle.AspNetCore dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated AutoMapper from 14.0.0 to 15.0.1.
Release notes
Sourced from AutoMapper's releases.
15.0.1
What's Changed
Full Changelog: LuckyPennySoftware/AutoMapper@v15.0.0...v15.0.1
This release supersedes the 15.0.0 release, reverting behavior and overloads so that the
AddAutoMapperoverloads separate the "scanning for maps" from the "scanning for dependencies". Unfortunately it's not really possible to combine these two together.This also fixes a critical bug in #4545 that does not work with .NET 4.x applications (as intended).
Because of this, the 15.0.0 will be delisted because of the breaking changes there.
15.0.0
Full Changelog: LuckyPennySoftware/AutoMapper@v14.0.0...v15.0.0
To set your license key:
This also introduced a breaking change with
MapperConfigurationrequiring anILoggerFactoryfor logging purposes:Registering AutoMapper with
services.AddAutoMapperwill automatically supply this parameter. Otherwise you'll need to supply the logger factory.You can obtain your license key at AutoMapper.io
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.6 to 9.0.7.
Release notes
Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.
9.0.7
Release
What's Changed
04ee1b4toe9092b1by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from04ee1b4toe9092b1dotnet/aspnetcore#62199Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Authentication.OpenIdConnect from 9.0.6 to 9.0.7.
Release notes
Sourced from Microsoft.AspNetCore.Authentication.OpenIdConnect's releases.
9.0.7
Release
What's Changed
04ee1b4toe9092b1by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from04ee1b4toe9092b1dotnet/aspnetcore#62199Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore from 9.0.6 to 9.0.7.
Release notes
Sourced from Microsoft.EntityFrameworkCore's releases.
9.0.7
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Design from 9.0.6 to 9.0.7.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Design's releases.
9.0.7
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Relational from 9.0.6 to 9.0.7.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Relational's releases.
9.0.7
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.SqlServer from 9.0.6 to 9.0.7.
Release notes
Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.
9.0.7
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Tools from 9.0.6 to 9.0.7.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Tools's releases.
9.0.7
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Swashbuckle.AspNetCore from 9.0.1 to 9.0.3.
Release notes
Sourced from Swashbuckle.AspNetCore's releases.
9.0.3
What's Changed
Content-Lengthfor swagger-ui and Redoc static assets by @martincostello in Fix incorrect Content-Length for swagger-ui and Redoc static assets domaindrivendev/Swashbuckle.AspNetCore#3488Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.2...v9.0.3
9.0.2
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.1...v9.0.2
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)