serilog / serilog-settings-configuration

A Serilog configuration provider that reads from Microsoft.Extensions.Configuration
Apache License 2.0
444 stars 129 forks source link

Update xunit to 2.9.0 #427

Closed Numpsy closed 1 month ago

Numpsy commented 1 month ago

Only affects the tests, but - when looking at #425 my Visual Studio was showing a 'vulnerable package' warning because the old version of xunit has transitive dependencies through to old versions of System.Net.Http and System.Text.RegularExpressions that have CVEs, and updating to the current version appears to remove those.