Skip to content

Commit

Permalink
Update Microsoft.Extensions.DependencyModel to 8.0.2 (#291)
Browse files Browse the repository at this point in the history
* Update Microsoft.Extensions.DependencyModel

* Code review

* fix for Contributors list
  • Loading branch information
Romfos authored Oct 16, 2024
1 parent 94b77d8 commit 188b776
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
## Improvements:

## Bug fixes:
* Fix: Update Microsoft.Extensions.DependencyModel to fix security voulnerable System.Text.Json 8.0.4 as dependency (#291)

*Contributors of this release (in alphabetical order): @obligaron*
*Contributors of this release (in alphabetical order): @obligaron, @Romfos

# v2.1.1 - 2024-10-08

Expand Down
2 changes: 1 addition & 1 deletion Reqnroll/Reqnroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ItemGroup>
<PackageReference Include="Gherkin" Version="29.0.0" />
<PackageReference Include="Cucumber.CucumberExpressions" Version="17.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.2" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
<PackageReference Include="SpecFlow.Internal.Json" Version="1.0.8" />
</ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions Reqnroll/Reqnroll.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
<group targetFramework="netstandard2.0">
<dependency id="Gherkin" version="29.0.0"/>
<dependency id="Cucumber.CucumberExpressions" version="17.1.0"/>

<dependency id="Microsoft.Extensions.DependencyModel" version="8.0.1" />
<dependency id="Microsoft.Extensions.DependencyModel" version="8.0.2" />
<dependency id="System.Runtime.Loader" version="4.3.0" />
<dependency id="SpecFlow.Internal.Json" version="1.0.8" />
</group>
Expand Down

0 comments on commit 188b776

Please sign in to comment.