Skip to content

Commit

Permalink
chore(deps): update dependency fluentassertions to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 3273faa commit 34f57c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,11 +478,8 @@
},
"FluentAssertions": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "mTLbcU991EQ1SEmNbVBaGGGJy0YFzvGd1sYJGNZ07nlPKuyHSn1I22aeKzqQXgEiaKyRO6MSCto9eN9VxMwBdA==",
"dependencies": {
"System.Configuration.ConfigurationManager": "6.0.0"
}
"resolved": "8.0.0",
"contentHash": "qVCJIpukyFb9TO9W3vC4/sQF8lfrQksJbo4071uk3YfmHyKKlCZTTpyYhmCnnTZ2LVfFP1JgxM652nolCFjZDw=="
},
"FluentAssertions.Web": {
"type": "Transitive",
Expand Down Expand Up @@ -3366,6 +3363,9 @@
"Ark.Reference.Common": "[0.9.1, )"
}
},
"ark.reference.core.database": {
"type": "Project"
},
"ark.reference.core.webinterface": {
"type": "Project",
"dependencies": {
Expand Down Expand Up @@ -3633,7 +3633,7 @@
"type": "Project",
"dependencies": {
"Ark.Tools.Http": "[1.0.0, )",
"FluentAssertions": "[7.0.0, )",
"FluentAssertions": "[8.0.0, )",
"FluentAssertions.Web": "[1.7.0, )",
"Microsoft.IdentityModel.JsonWebTokens": "[8.3.0, )",
"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="7.0.0" />
<PackageReference Include="FluentAssertions" Version="8.0.0" />
<PackageReference Include="FluentAssertions.Web" Version="1.7.0" />
<PackageReference Include="Reqnroll" Version="2.2.1" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.3.0" />
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="7.0.0" />
<PackageReference Include="FluentAssertions" Version="8.0.0" />
<PackageReference Include="FluentAssertions.Web" Version="1.7.0" />
<PackageReference Include="SpecFlow" Version="3.9.74" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.3.0" />
Expand Down

0 comments on commit 34f57c9

Please sign in to comment.