deps(dotnet): Bump AWSSDK.S3 and 11 others#249
Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
Closed
deps(dotnet): Bump AWSSDK.S3 and 11 others#249dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Bumps AWSSDK.S3 from 4.0.16.2 to 4.0.18.6 Bumps Hangfire.AspNetCore from 1.8.22 to 1.8.23 Bumps Hangfire.Core from 1.8.22 to 1.8.23 Bumps Hangfire.PostgreSql from 1.20.13 to 1.21.1 Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.11 to 9.0.13 Bumps Microsoft.AspNetCore.OpenApi from 9.0.11 to 9.0.13 Bumps Microsoft.EntityFrameworkCore from 9.0.11 to 9.0.13 Bumps Microsoft.EntityFrameworkCore.Design from 9.0.11 to 9.0.13 Bumps Microsoft.Extensions.Caching.StackExchangeRedis from 9.0.11 to 9.0.13 Bumps Microsoft.Extensions.Configuration.Abstractions from 9.0.11 to 9.0.13 Bumps Scalar.AspNetCore from 2.11.10 to 2.12.46 Bumps System.IdentityModel.Tokens.Jwt from 8.15.0 to 8.16.0 --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-version: 4.0.18.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor - dependency-name: Hangfire.AspNetCore dependency-version: 1.8.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor - dependency-name: Hangfire.Core dependency-version: 1.8.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor - dependency-name: Hangfire.PostgreSql dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor - dependency-name: Microsoft.Extensions.Configuration.Abstractions dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor - dependency-name: Scalar.AspNetCore dependency-version: 2.12.46 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
copyandpastecoder
added a commit
that referenced
this pull request
Feb 28, 2026
Microsoft.AspNetCore.* 9.0.11 → 9.0.13 Microsoft.EntityFrameworkCore.* 9.0.11 → 9.0.13 Microsoft.Extensions.* 9.0.11 → 9.0.13 Hangfire.AspNetCore/Core 1.8.22 → 1.8.23 Hangfire.PostgreSql 1.20.13 → 1.21.1 Scalar.AspNetCore 2.11.10 → 2.12.46 AWSSDK.S3 4.0.16.2 → 4.0.18.6 System.IdentityModel.Tokens.Jwt 8.15.0 → 8.16.0 BCrypt.Net-Next 4.0.3 → 4.1.0 Consolidates dependabot PRs #248 and #249 into a single clean update. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Pinned AWSSDK.S3 at 4.0.18.6.
Release notes
Sourced from AWSSDK.S3's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Hangfire.AspNetCore from 1.8.22 to 1.8.23.
Release notes
Sourced from Hangfire.AspNetCore's releases.
1.8.23
Release Notes
Hangfire.Core
AutomaticRetryAttributeis ignored under certain conditions regression from 1.8.14 (by @jirikanda).TypeNameAssemblyFormatHandlingin tests with .NET 6 (by @viktor-vintertass).Hangfire.AspNetCore
InvalidOperationException: The request reached the end of the pipeline without executing the endpoint.Commits viewable in compare view.
Updated Hangfire.Core from 1.8.22 to 1.8.23.
Release notes
Sourced from Hangfire.Core's releases.
1.8.23
Release Notes
Hangfire.Core
AutomaticRetryAttributeis ignored under certain conditions regression from 1.8.14 (by @jirikanda).TypeNameAssemblyFormatHandlingin tests with .NET 6 (by @viktor-vintertass).Hangfire.AspNetCore
InvalidOperationException: The request reached the end of the pipeline without executing the endpoint.Commits viewable in compare view.
Pinned Hangfire.PostgreSql at 1.21.1.
Release notes
Sourced from Hangfire.PostgreSql's releases.
1.21.1
What's Changed
Full Changelog: hangfire-postgres/Hangfire.PostgreSql@1.21.0...1.21.1
1.21.0
What's Changed
New Contributors
Full Changelog: hangfire-postgres/Hangfire.PostgreSql@1.20.13...1.21.0
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.11 to 9.0.13.
Release notes
Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.
9.0.13
Release
What's Changed
1b96fa1to9156d4cby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from1b96fa1to9156d4cdotnet/aspnetcore#64908Full Changelog: dotnet/aspnetcore@v9.0.12...v9.0.13)
9.0.12
Release
What's Changed
Microsoft.Buildversions to 17.8.43 by @MackinnonBuck in UpdateMicrosoft.Buildversions to 17.8.43 dotnet/aspnetcore#642779706f75to6ec14dfby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from9706f75to6ec14dfdotnet/aspnetcore#642306ec14dfto1b96fa1by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from6ec14dfto1b96fa1dotnet/aspnetcore#64580Full Changelog: dotnet/aspnetcore@v9.0.11...v9.0.12
Commits viewable in compare view.
Updated Microsoft.AspNetCore.OpenApi from 9.0.11 to 9.0.13.
Release notes
Sourced from Microsoft.AspNetCore.OpenApi's releases.
9.0.13
Release
What's Changed
1b96fa1to9156d4cby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from1b96fa1to9156d4cdotnet/aspnetcore#64908Full Changelog: dotnet/aspnetcore@v9.0.12...v9.0.13)
9.0.12
Release
What's Changed
Microsoft.Buildversions to 17.8.43 by @MackinnonBuck in UpdateMicrosoft.Buildversions to 17.8.43 dotnet/aspnetcore#642779706f75to6ec14dfby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from9706f75to6ec14dfdotnet/aspnetcore#642306ec14dfto1b96fa1by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from6ec14dfto1b96fa1dotnet/aspnetcore#64580Full Changelog: dotnet/aspnetcore@v9.0.11...v9.0.12
Commits viewable in compare view.
Pinned Microsoft.EntityFrameworkCore at 9.0.13.
Release notes
Sourced from Microsoft.EntityFrameworkCore's releases.
9.0.13
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.12...v9.0.13
9.0.12
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.11...v9.0.12
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Design from 9.0.11 to 9.0.13.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Design's releases.
9.0.13
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.12...v9.0.13
9.0.12
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.11...v9.0.12
Commits viewable in compare view.
Pinned Microsoft.Extensions.Caching.StackExchangeRedis at 9.0.13.
Release notes
Sourced from Microsoft.Extensions.Caching.StackExchangeRedis's releases.
9.0.13
Release
What's Changed
1b96fa1to9156d4cby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from1b96fa1to9156d4cdotnet/aspnetcore#64908Full Changelog: dotnet/aspnetcore@v9.0.12...v9.0.13)
9.0.12
Release
What's Changed
Microsoft.Buildversions to 17.8.43 by @MackinnonBuck in UpdateMicrosoft.Buildversions to 17.8.43 dotnet/aspnetcore#642779706f75to6ec14dfby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from9706f75to6ec14dfdotnet/aspnetcore#642306ec14dfto1b96fa1by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from6ec14dfto1b96fa1dotnet/aspnetcore#64580Full Changelog: dotnet/aspnetcore@v9.0.11...v9.0.12
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.Abstractions from 9.0.11 to 9.0.13.
Release notes
Sourced from Microsoft.Extensions.Configuration.Abstractions's releases.
9.0.13
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.12...v9.0.13
9.0.12
Release
Commits viewable in compare view.
Updated Scalar.AspNetCore from 2.11.10 to 2.12.46.
Release notes
Sourced from Scalar.AspNetCore's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned System.IdentityModel.Tokens.Jwt at 8.16.0.
Release notes
Sourced from System.IdentityModel.Tokens.Jwt's releases.
8.16.0
New Features
Fundamentals
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions