Skip to content

chore: Dependency updates#220

Merged
kailash-b merged 5 commits into
mainfrom
chore/dependencies
Apr 1, 2026
Merged

chore: Dependency updates#220
kailash-b merged 5 commits into
mainfrom
chore/dependencies

Conversation

@kailash-b
Copy link
Copy Markdown
Contributor

@kailash-b kailash-b commented Apr 1, 2026

Description

This PR consolidates all open Dependabot dependency bump PRs into a single change to reduce noise and simplify the merge process. The following NuGet packages have been updated:

Package From To Scope
Microsoft.NET.Test.Sdk 18.0.1 18.3.0 Test (minor)
Microsoft.AspNetCore.Mvc.Testing 10.0.3 10.0.5 Test (patch)
System.Text.Encodings.Web 10.0.3 10.0.5 Source (patch)
FluentAssertions 7.2.1 7.2.2 Test (patch)
coverlet.collector 6.0.4 8.0.1 Test (major)

No breaking changes or API modifications are introduced. All changes are limited to package version updates in .csproj files.

References

This PR closes the following : #212 #216 #217 #218 #219

Testing

These are dependency version bumps only. No functional code has changed. Existing unit and integration tests cover any regressions introduced by the updated packages.

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • [] I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not main

dependabot Bot added 5 commits April 1, 2026 16:08
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: System.Text.Encodings.Web
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: FluentAssertions
  dependency-version: 7.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@kailash-b kailash-b requested a review from a team as a code owner April 1, 2026 10:41
Copy link
Copy Markdown

@tanya732 tanya732 left a comment

Choose a reason for hiding this comment

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

LGTM

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.

2 participants