Skip to content

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.14 to 8.0.27#8

Merged
snapetech merged 1 commit into
mainfrom
dependabot/nuget/examples/Web/api/Microsoft.AspNetCore.Authentication.JwtBearer-8.0.27
May 19, 2026
Merged

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.14 to 8.0.27#8
snapetech merged 1 commit into
mainfrom
dependabot/nuget/examples/Web/api/Microsoft.AspNetCore.Authentication.JwtBearer-8.0.27

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Updated Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.14 to 8.0.27.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

8.0.27

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.26...v8.0.27

8.0.26

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.25...v8.0.26

8.0.25

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.24...v8.0.25

8.0.24

Release

8.0.23

Release

What's Changed

https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs

8.0.22

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.21...v8.0.22

8.0.21

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.20...v8.0.21

8.0.20

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.19...v8.0.20

8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

8.0.17

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61623)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.

Dependency Updates

  • Update dependencies from dotnet/arcade (#​61832)
    This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61761)
    The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.

Miscellaneous

  • Update branding to 8.0.17 (#​61830)
    The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.

  • Merging internal commits for release/8.0 (#​61924)
    This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17

8.0.16

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16

8.0.15

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15

Commits viewable in compare view.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 19, 2026
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 8.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/examples/Web/api/Microsoft.AspNetCore.Authentication.JwtBearer-8.0.27 branch from cf86641 to 8a67065 Compare May 19, 2026 01:42
@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented May 19, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 0

The Change

Single-line semantic patch: bumps Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.14 to 8.0.27 in examples/Web/api/WebAPI.csproj:33. The package is an active dependency (imported in Startup.cs, Security/PassthroughAuthentication.cs, DTO/TokenResponse.cs). Version 8.0.27 is a routine patch-level upstream release; no breaking API surface introduced between 8.0.14 and 8.0.27 that would affect this codebase.


Other Observations (not in diff)

The following are pre-existing issues in unchanged files and cannot receive inline comments.

File Line Severity Issue
src/Soulseek.csproj 22 WARNING Release DocumentationFile is hardcoded to netstandard2.0/Soulseek.xml, but the project multi-targets netstandard2.1;netstandard2.0 (line 3). Documentation for netstandard2.1 will silently be omitted from the Release-nuget package build. Fix: accept $(TargetFramework) substitution, e.g. <DocumentationFile>bin\Release\$(TargetFramework)\Soulseek.xml</DocumentationFile>, or set two distinct DocumentatonFile entries per target.
src/Soulseek.csproj 17 WARNING Same issue as above but for the Debug configuration.
analyzers/Soulseek.CouncilAnalyzers/Soulseek.CouncilAnalyzers.csproj 14 WARNING <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="5.3.0-2.25625.1" uses a floating pre-release version without a lock. Until the upstream publishes a stable 5.3.x release this reference could resolve inconsistently on other machines or CI. Consider either pinning to a known stable tag or adding an explicit lock-source directive.

Files Reviewed (1 file changed)
  • examples/Web/api/WebAPI.csproj — changed; no issues
  • src/Soulseek.csproj — contextual review; observations in Other Observations
  • analyzers/Soulseek.CouncilAnalyzers/Soulseek.CouncilAnalyzers.csproj — contextual review; observation in Other Observations
  • examples/Web/api/Startup.cs — usage confirmation
  • examples/Web/api/Security/PassthroughAuthentication.cs — usage confirmation
  • examples/Web/api/DTO/TokenResponse.cs — usage confirmation

Reviewed by step-3.5-flash · 182,312 tokens

@snapetech snapetech merged commit c03f453 into main May 19, 2026
4 of 5 checks passed
@snapetech snapetech deleted the dependabot/nuget/examples/Web/api/Microsoft.AspNetCore.Authentication.JwtBearer-8.0.27 branch May 19, 2026 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant