Skip to content

Commit

Permalink
chore(deps): update dependency fluentassertions to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 4597233 commit 3d68779
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,10 @@
},
"FluentAssertions": {
"type": "Transitive",
"resolved": "6.12.2",
"contentHash": "8YE+xJmT8wgzEpFuzJ4S62oFhEL/AKouMz1RWPEMEUhy9H11aRQlGIWcHurH5BEy7tbF6gb0CJrs0wOw/AtDcQ==",
"resolved": "7.0.0",
"contentHash": "mTLbcU991EQ1SEmNbVBaGGGJy0YFzvGd1sYJGNZ07nlPKuyHSn1I22aeKzqQXgEiaKyRO6MSCto9eN9VxMwBdA==",
"dependencies": {
"System.Configuration.ConfigurationManager": "4.4.0"
"System.Configuration.ConfigurationManager": "6.0.0"
}
},
"FluentAssertions.Web": {
Expand Down Expand Up @@ -3617,7 +3617,7 @@
"type": "Project",
"dependencies": {
"Ark.Tools.Http": "[1.0.0, )",
"FluentAssertions": "[6.12.2, )",
"FluentAssertions": "[7.0.0, )",
"FluentAssertions.Web": "[1.7.0, )",
"Microsoft.IdentityModel.JsonWebTokens": "[8.2.1, )",
"Reqnroll": "[2.2.1, )"
Expand Down
2 changes: 1 addition & 1 deletion Ark.Tools.Reqnroll/Ark.Tools.Reqnroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!--===============================================================================-->

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="FluentAssertions.Web" Version="1.7.0" />
<PackageReference Include="Reqnroll" Version="2.2.1" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.2.1" />
Expand Down
2 changes: 1 addition & 1 deletion Ark.Tools.SpecFlow/Ark.Tools.SpecFlow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!--===============================================================================-->

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="FluentAssertions.Web" Version="1.7.0" />
<PackageReference Include="SpecFlow" Version="3.9.74" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.2.1" />
Expand Down

0 comments on commit 3d68779

Please sign in to comment.