Skip to content

Conversation

martincostello
Copy link
Collaborator

@martincostello martincostello added the dependencies Pull requests that update a dependency file label Jul 24, 2025
@Copilot Copilot AI review requested due to automatic review settings July 24, 2025 11:13
@martincostello martincostello added the .NET Pull requests that update .NET code label Jul 24, 2025
Copy link

@Copilot 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 NuGet dependencies to address security vulnerabilities and bump test dependencies to their latest versions. The changes focus on upgrading xunit from 2.4.1 to 2.6.6 and updating Microsoft.AspNetCore.Mvc.Testing, along with other related dependencies for both .NET 8.0.18 and 9.0.7.

  • Update xunit from 2.4.1 to 2.6.6 to resolve security vulnerabilities
  • Bump Microsoft.AspNetCore.Mvc.Testing and related testing packages to latest versions
  • Update .NET 8.0 dependencies from 8.0.17 to 8.0.18 and .NET 9.0 dependencies from 9.0.6 to 9.0.7

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
test/WebSites/WebApi/WebApi.csproj Updates Microsoft.AspNetCore.OpenApi to 9.0.7 for .NET 9.0 compatibility
test/WebSites/OAuth2Integration/OAuth2Integration.csproj Updates Microsoft.AspNetCore.Authentication.JwtBearer to 8.0.18 and 9.0.7 for respective frameworks
test/WebSites/MvcWithNullable/MvcWithNullable.csproj Updates Microsoft.AspNetCore.OpenApi to 9.0.7 for .NET 9.0 compatibility
test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj Updates testing packages (Microsoft.AspNetCore.Mvc.Testing and TestHost) to 8.0.18 and 9.0.7
src/Swashbuckle.AspNetCore.ApiTesting/Swashbuckle.AspNetCore.ApiTesting.csproj Updates Microsoft.AspNetCore.Mvc.Testing to 8.0.5 for .NET 8.0
src/Swashbuckle.AspNetCore.ApiTesting.Xunit/Swashbuckle.AspNetCore.ApiTesting.Xunit.csproj Updates xunit from 2.4.1 to 2.6.6
Directory.Packages.props Updates central package versions for Microsoft.AspNetCore dependencies to 8.0.18

Copy link

codecov bot commented Jul 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.28%. Comparing base (1c56ec4) to head (87e4c70).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3513   +/-   ##
=======================================
  Coverage   94.28%   94.28%           
=======================================
  Files         110      110           
  Lines        3816     3816           
  Branches      722      722           
=======================================
  Hits         3598     3598           
  Misses        218      218           
Flag Coverage Δ
Linux 94.28% <ø> (ø)
Windows 94.28% <ø> (ø)
macOS 94.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@martincostello martincostello enabled auto-merge (rebase) July 24, 2025 11:16
@martincostello martincostello merged commit 1e7fa33 into master Jul 24, 2025
12 checks passed
@martincostello martincostello deleted the fix-dependabot-alerts branch July 24, 2025 11:17
This was referenced Aug 27, 2025
This was referenced Sep 18, 2025
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 .NET Pull requests that update .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant