Skip to content

Update all non-major dependencies - #120

Merged
lubomirw merged 1 commit into
mainfrom
renovate/all-minor-patch
Jul 31, 2026
Merged

Update all non-major dependencies#120
lubomirw merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Nov 9, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
Microsoft.EntityFrameworkCore (source) 9.0.109.0.18 age confidence nuget patch
Microsoft.EntityFrameworkCore.SqlServer (source) 9.0.109.0.18 age confidence nuget patch
Microsoft.EntityFrameworkCore.Sqlite (source) 9.0.109.0.18 age confidence nuget patch
Microsoft.EntityFrameworkCore.Tools (source) 9.0.109.0.18 age confidence nuget patch
NLog.Extensions.Logging 6.0.56.1.4 age confidence nuget minor
NLog.Web.AspNetCore 6.0.56.1.4 age confidence nuget minor
System.Diagnostics.DiagnosticSource (source) 9.0.109.0.18 age confidence nuget patch
System.IdentityModel.Tokens.Jwt 8.14.08.22.0 age confidence nuget minor
github/codeql-action v4.37.3v4.37.4 age confidence action patch
xunit.runner.visualstudio 3.1.43.1.5 age confidence nuget patch

Release Notes

NLog/NLog.Extensions.Logging (NLog.Extensions.Logging)

v6.1.4

v6.1.3

v6.1.2

v6.1.1

v6.1.0

v6.0.6

NLog/NLog.Web (NLog.Web.AspNetCore)

v6.1.4

v6.1.3

v6.1.2

v6.1.1

v6.1.0

v6.0.6: Version 6.0.6

AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (System.IdentityModel.Tokens.Jwt)

v8.22.0

Compare Source

What's Changed

Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.21.0...8.22.0

v8.21.0

Compare Source

v8.20.0

Compare Source

Performance Improvements

  • Add JsonWebToken header-replacement path to avoid re-parsing payload. See PR #​3552.
  • Add claims dictionary preallocation. See PR #​3542.

Bug Fixes

  • Fix CI build failures: remove unused log message and add missing DPoP API entries. See PR #​3551.

Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.19.2...8.20.0

v8.19.2

Compare Source

What's Changed

Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.19.1...8.19.2

v8.19.1

Compare Source

====

Bug Fixes

  • Update JwtSecurityTokenHandler for IssuerSigningKeyResolverUsingConfiguration to take priority over IssuerSigningKeyResolver, matching the documented contract and the correct behavior already present in JsonWebTokenHandler. See PR #​3519.

v8.19.0

Compare Source

====

New Features

  • Add ML-DSA (FIPS 204) post-quantum signature support. See PR #​3479.
  • Cache custom crypto providers in CryptoProviderFactory. See PR #​3489.

Bug Fixes

  • Disable automatic redirects on default HttpClient for JKU retrieval. See PR #​3494.
  • Adjust rented buffer handling in claim set parsing. See PR #​3493.
  • Tidy null handling in SAML conditions validation. See PR #​3491.
  • Improve validation of jku claim. See PR #​3481.
  • Limit telemetry algorithm dimension cardinality. See PR #​3490.
  • Add defensive copy of collections in ValidationParameters. See PR #​3492.
  • Update TokenValidationParameter copy constructor to make a deep copy. See PR #​3488.
  • Update to fail-closed when replay protection isn't configured and other DPoP hardening. See PR #​3505.
  • Apply RFC 3986 section 6.2.2 normalization to DPoP htu comparison. See PR #​3509.

v8.18.0

Compare Source

New Features

  • Introduced a new interface IConfigurationEventHandlerContextAware<T> that provides context to the configuration event handler implementation, allowing it to optionally bypass a cache lookup. See PR #​3444.
  • Added Microsoft.IdentityModel.Dpop — a new package implementing DPoP (Demonstrating Proof-of-Possession) per RFC 9449. Provides both client-side and server-side proof validation with no System.Net.Http dependency. See PR #​3443.

v8.17.0

Compare Source

====

Dependencies

  • Downgrade Microsoft.Extensions.Logging.Abstractions to 8.0.0 on .NET 10 to match the version on .NET 8 and .NET 9. See PR #​3435.

v8.16.0

Compare Source

====

New Features

  • Add telemetry around signature validation. See PR #​3415 for details.

Fundamentals

  • Fix FileVersion format to use two-digit year and day of year. See PR #​3389 for details.

v8.15.0

Compare Source

====

New Features

  • Add ECDsa support in X509SecurityKey and JsonWebKeyConverter.ConvertFromX509SecurityKey
    Extended X509SecurityKey and JsonWebKeyConverter.ConvertFromX509SecurityKey to support ECDSA keys.
    See PR #​2377 for details.

Bug Fixes

  • Sanitize logs to avoid leaking sensitive data
    Updated logging to sanitize sensitive values, reducing the risk of inadvertently exposing secrets or PII in logs.
    See PR #​3316 for details.
  • Optimize log sanitization with SearchValues
    Improved the performance of the log sanitization logic introduced earlier by using SearchValues, making sanitization more efficient in high-throughput scenarios.
    See PR #​3341 for details.
  • Update test for IDX10400
    Adjusted the IDX10400 test to align with the current behavior and error messaging.
    See PR #​3314 for details.

Fundamentals

  • Add supported algorithm tests
    Added new tests to validate the set of supported cryptographic algorithms, increasing confidence in algorithm coverage and compatibility.
    See PR #​3296 for details.
  • Migrate repository agent rules from .clinerules to agents.md
    Moved repository agent/AI-assist rules into markdown documentation to make them more visible and easier to maintain.
    See PR #​3313 for details.
  • Migrate Microsoft.IdentityModel.TestExtensions from Newtonsoft.Json to System.Text.Json
    Updated Microsoft.IdentityModel.TestExtensions to use System.Text.Json instead of Newtonsoft.Json, aligning tests with the runtime serialization stack.
    See PR #​3356 for details.
  • Disable code coverage comments
    Turned off automated code coverage comments on PRs to reduce noise while retaining coverage data elsewhere.
    See PR #​3349 for details.
  • Fix CodeQL alerts
    Addressed CodeQL-reported issues to improve security posture and static analysis cleanliness.
    See PR #​3364 for details.
.NET 10 / SDK and tooling updates
  • Building with .NET 10 preview / RC 1
    Updated the repository to build and test against .NET 10.0 preview/RC1, ensuring early compatibility with the upcoming runtime.
    See PRs #​3287, #​3357, and #​3358 for details.
  • Fix .NET 10 test execution consistency
    Ensured consistent use of the TargetNetNext parameter across build, test, and pack phases so .NET 10.0 tests execute reliably.
    See PR #​3337 for details.
  • Update project files and workflows for .NET 10.0 compatibility
    Adjusted project files and CI workflows to correctly target and run on .NET 10.0, including test and pack scenarios.
    See PR #​3363 for details.
  • Update .NET version to meet CG compliance
    Updated the .NET version references to be compliant with corporate governance (CG) requirements.
    See PR #​3353 for details.
  • Update Coverlet collector and test SDK
    • Bumped CoverletCollectorVersion to 6.0.4.
      See PR #​3333 for details.
    • Upgraded Microsoft.NET.Test.Sdk to a newer version for improved test reliability and tooling support.
      See PR #​3336 for details.
  • Update runTests.ps1 to specify dotnet directory
    Updated runTests.ps1 to accept an explicit dotnet directory, improving test execution robustness in environments with multiple SDK installations.
    See PR #​3368 for details.
  • Adjust dotnetcore workflow targeting for .NET 10 SDK
    Iterated on the CI workflow configuration to correctly target the .NET 10 SDK:
    • Temporarily removed targeting of the .NET 10 SDK in dotnetcore.yml.
      See PR #​3335.
    • Reverted that change to restore .NET 10 SDK targeting.
      See PR #​3339 for details.
Documentation
  • Update support policy documentation
    Refreshed supportPolicy.md to reflect the latest support policy for IdentityModel.
    See PR #​3367 for details.
github/codeql-action (github/codeql-action)

v4.37.4

Compare Source

xunit/visualstudio.xunit (xunit.runner.visualstudio)

v3.1.5

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update all non-major dependencies to 6.0.6 Update all non-major dependencies Nov 11, 2025
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 52b0c8f to 70d0322 Compare November 13, 2025 01:08
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 70d0322 to f47b24a Compare November 19, 2025 00:12
@sonarqubecloud

Copy link
Copy Markdown

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f47b24a to a8205ab Compare January 13, 2026 20:29
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a8205ab to d42d21b Compare January 31, 2026 21:12
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f94ddc9 to 0757595 Compare February 13, 2026 06:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 0757595 to 1c575ed Compare February 21, 2026 01:41
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cacab74 to 76dd868 Compare March 7, 2026 05:26
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 76dd868 to f20cae6 Compare March 11, 2026 00:53
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 511cf73 to ddba042 Compare March 24, 2026 22:06
Copilot AI review requested due to automatic review settings April 14, 2026 21:02
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from ddba042 to f7c0320 Compare April 14, 2026 21:02
@renovate
renovate Bot removed the request for review from Copilot April 14, 2026 21:02
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f7c0320 to 1277b9f Compare April 18, 2026 09:53
@renovate
renovate Bot requested review from Copilot and removed request for Copilot April 18, 2026 09:53
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 1277b9f to 2c72bc3 Compare April 19, 2026 10:33
@renovate
renovate Bot requested review from Copilot and removed request for Copilot April 19, 2026 10:33
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 2c72bc3 to 8142202 Compare April 19, 2026 14:15
@renovate
renovate Bot requested review from Copilot and removed request for Copilot April 19, 2026 14:15
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 203cabf to 7cb455c Compare June 2, 2026 18:48
@renovate renovate Bot changed the title Update all non-major dependencies Update all non-major dependencies to v0.36.0 Jun 2, 2026
@sonarqubecloud

sonarqubecloud Bot commented Jun 2, 2026

Copy link
Copy Markdown

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 7cb455c to 9fe08db Compare June 13, 2026 16:11
@renovate renovate Bot changed the title Update all non-major dependencies to v0.36.0 Update all non-major dependencies Jun 13, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 63ba67a to 242de3d Compare July 14, 2026 22:31
Copilot AI review requested due to automatic review settings July 22, 2026 02:35
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 242de3d to e1051f1 Compare July 22, 2026 02:35

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Comment thread src/Auth/Auth.csproj
Comment thread .github/workflows/test_docker_image.yaml Outdated
Comment thread .github/workflows/test_docker_image.yaml Outdated
Copilot AI review requested due to automatic review settings July 22, 2026 23:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from e1051f1 to 7199355 Compare July 22, 2026 23:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.

Comment thread src/Auth/Auth.csproj
Comment thread src/Auth/Auth.csproj
Comment thread .github/workflows/test_docker_image.yaml Outdated
Comment thread .github/workflows/test_docker_image.yaml Outdated
Comment thread .github/workflows/publish_harbor_3key.yaml Outdated
Comment thread .github/workflows/publish_harbor_3key.yaml Outdated
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 7199355 to 209e655 Compare July 27, 2026 08:33
Copilot AI review requested due to automatic review settings July 27, 2026 08:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

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

Copilot AI review requested due to automatic review settings July 27, 2026 13:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 209e655 to 01a7ca1 Compare July 27, 2026 13:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Comment thread src/Czertainly.Auth/Czertainly.Auth.csproj Outdated
Comment thread .github/workflows/test_docker_image.yaml Outdated
Comment thread .github/workflows/test_docker_image.yaml Outdated
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7d407f4 to fbdba2f Compare July 31, 2026 11:56
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b2f6842 to 8a5f7cf Compare July 31, 2026 12:22
@sonarqubecloud

Copy link
Copy Markdown

@lubomirw lubomirw left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Dependency bumps only; CI green (build + dotnet test on amd64/arm64, Sonar, CodeQL). Copilot's Npgsql-alignment finding does not apply: provider 9.0.4 is the newest 9.0.x and accepts EF Core [9.0.1, 10.0.0).

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

Labels

dependencies Dependency updates ignore-for-release Exclude from auto-generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants