-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update NuGet dependencies #3513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
martincostello
commented
Jul 24, 2025
- Bump xunit from 2.4.1 to 2.6.6 to resolve https://github.com/domaindrivendev/Swashbuckle.AspNetCore/security/dependabot/25 and https://github.com/domaindrivendev/Swashbuckle.AspNetCore/security/dependabot/26.
- Bump Microsoft.AspNetCore.Mvc.Testing to resolve https://github.com/domaindrivendev/Swashbuckle.AspNetCore/security/dependabot/27 and https://github.com/domaindrivendev/Swashbuckle.AspNetCore/security/dependabot/28.
- Bump test dependencies to latest versions for .NET 8.0.18 and 9.0.7.
- Bump xunit from 2.4.1 to 2.6.6 to resolve https://github.com/domaindrivendev/Swashbuckle.AspNetCore/security/dependabot/25 and https://github.com/domaindrivendev/Swashbuckle.AspNetCore/security/dependabot/26. - Bump Microsoft.AspNetCore.Mvc.Testing to resolve https://github.com/domaindrivendev/Swashbuckle.AspNetCore/security/dependabot/27 and https://github.com/domaindrivendev/Swashbuckle.AspNetCore/security/dependabot/28. - Bump test dependencies to latest versions for .NET 8.0.18 and 9.0.7.
There was a problem hiding this 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 |
src/Swashbuckle.AspNetCore.ApiTesting/Swashbuckle.AspNetCore.ApiTesting.csproj
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|