Skip to content

Commit ba14321

Browse files
Bump FluentAssertions from 8.0.1 to 8.1.1 (#2444)
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 8.0.1 to 8.1.1. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@8.0.1...8.1.1) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92d4b5b commit ba14321

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Bicep.Types.Az.UnitTests/Bicep.Types.Az.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="FluentAssertions" Version="8.0.1" />
9+
<PackageReference Include="FluentAssertions" Version="8.1.1" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1111
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
1212
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />

src/Bicep.Types.Az.UnitTests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"FluentAssertions": {
1212
"type": "Direct",
13-
"requested": "[8.0.1, )",
14-
"resolved": "8.0.1",
15-
"contentHash": "IW5CdXiD4BIijMkJsEajhkQr7HSgzoxZBHp77b4tm8isCKGaDH2AGugW6DLS0/EPhO/MCZ2JOGg6ObdlKISJMg=="
13+
"requested": "[8.1.1, )",
14+
"resolved": "8.1.1",
15+
"contentHash": "tzrZ95x7TWY4panvAhVoHg5zIhg4768Cx+8ZPoKR2sDPu2oCvVeg3ts0TTL0aJlIfZ1NGxCtBP5s555AgXJozg=="
1616
},
1717
"Microsoft.NET.Test.Sdk": {
1818
"type": "Direct",

0 commit comments

Comments
 (0)