From a5fb576f5476a6b7d6f8b771b277984b75229533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:48:47 +0000 Subject: [PATCH 1/2] Bump super-linter/super-linter from 7.2.0 to 8.3.1 in /.github/workflows 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](https://github.com/super-linter/super-linter/compare/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] --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f9f7421..401f9f9 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -43,7 +43,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: super-linter/super-linter@v7.2.0 + uses: super-linter/super-linter@v8.3.1 env: LINTER_RULES_PATH: '.' EDITORCONFIG_FILE_NAME: '.editorconfig' From b2c8bb55e03e9981afbcd3050577489319bb9da3 Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Wed, 11 Feb 2026 12:25:38 +0100 Subject: [PATCH 2/2] Update JwtBearer package versions for all target frameworks 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. --- .../SimpleAuthentication.Abstractions.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj b/src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj index 6f59298..de54914 100644 --- a/src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj +++ b/src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj @@ -28,15 +28,15 @@ - + - + - +