Skip to content

Conversation

@marcominerva
Copy link
Owner

This pull request updates dependencies to ensure the project uses the latest versions and maintains compatibility and security. It includes updates to the linter used in the GitHub Actions workflow and to the Microsoft.AspNetCore.Authentication.JwtBearer package references for multiple target frameworks.

Dependency updates:

  • Updated the super-linter version in the .github/workflows/linter.yml workflow from v7.2.0 to v8.3.1 to use the latest linter features and fixes.

  • Bumped the Microsoft.AspNetCore.Authentication.JwtBearer package versions in SimpleAuthentication.Abstractions.csproj:

    • For net8.0, from 8.0.23 to 8.0.24
    • For net9.0, from 9.0.12 to 9.0.13
    • For net10.0, from 10.0.2 to 10.0.3

dependabot bot and others added 4 commits February 9, 2026 17:48
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 7.2.0 to 8.3.1.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@v7.2.0...v8.3.1)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-version: 8.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot-github/workflows/super-linter/super-linter-8.3.1

Bump super-linter/super-linter from 7.2.0 to 8.3.1 in /.github/workflows
Updated Microsoft.AspNetCore.Authentication.JwtBearer to:
- 8.0.24 for net8.0
- 9.0.13 for net9.0
- 10.0.3 for net10.0
This ensures the project uses the latest compatible security patches and improvements.
Copilot AI review requested due to automatic review settings February 11, 2026 11:26
@marcominerva marcominerva merged commit a857e49 into master Feb 11, 2026
11 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates dependency versions to keep the solution current and secure, aligning both CI tooling and the Abstractions package’s JWT bearer authentication references with newer releases.

Changes:

  • Bumped super-linter/super-linter in the GitHub Actions linter workflow from v7.2.0 to v8.3.1.
  • Updated Microsoft.AspNetCore.Authentication.JwtBearer package versions in SimpleAuthentication.Abstractions for net8.0, net9.0, and net10.0.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj Updates Microsoft.AspNetCore.Authentication.JwtBearer versions per target framework.
.github/workflows/linter.yml Updates the Super Linter action version used in CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant