Skip to content

Commit d1e3d2a

Browse files
Bump FluentAssertions from 6.12.2 to 8.6.0
--- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 133301e commit d1e3d2a

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

ApiTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="NUnit3TestAdapter" Version="4.*" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
1919
<PackageReference Include="RestSharp" Version="112.*" />
20-
<PackageReference Include="FluentAssertions" Version="6.*" />
20+
<PackageReference Include="FluentAssertions" Version="8.6.0" />
2121
<PackageReference Include="Wiremock.Net" Version="1.*" />
2222
</ItemGroup>
2323
</Project>

packages.lock.json

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@
1616
},
1717
"FluentAssertions": {
1818
"type": "Direct",
19-
"requested": "[6.*, )",
20-
"resolved": "6.12.2",
21-
"contentHash": "8YE+xJmT8wgzEpFuzJ4S62oFhEL/AKouMz1RWPEMEUhy9H11aRQlGIWcHurH5BEy7tbF6gb0CJrs0wOw/AtDcQ==",
22-
"dependencies": {
23-
"System.Configuration.ConfigurationManager": "4.4.0"
24-
}
19+
"requested": "[8.6.0, )",
20+
"resolved": "8.6.0",
21+
"contentHash": "h5tb0odkLRWuwjc5EhwHQZpZm7+5YmJBNn379tJPIK04FOv3tuOfhGZTPFSuj/MTgzfV6UlAjfbSEBcEGhGucQ=="
2522
},
2623
"Microsoft.NET.Test.Sdk": {
2724
"type": "Direct",
@@ -1141,14 +1138,6 @@
11411138
"System.Runtime": "4.3.0"
11421139
}
11431140
},
1144-
"System.Configuration.ConfigurationManager": {
1145-
"type": "Transitive",
1146-
"resolved": "4.4.0",
1147-
"contentHash": "gWwQv/Ug1qWJmHCmN17nAbxJYmQBM/E94QxKLksvUiiKB1Ld3Sc/eK1lgmbSjDFxkQhVuayI/cGFZhpBSodLrg==",
1148-
"dependencies": {
1149-
"System.Security.Cryptography.ProtectedData": "4.4.0"
1150-
}
1151-
},
11521141
"System.Console": {
11531142
"type": "Transitive",
11541143
"resolved": "4.3.0",
@@ -1686,11 +1675,6 @@
16861675
"System.Threading.Tasks": "4.3.0"
16871676
}
16881677
},
1689-
"System.Security.Cryptography.ProtectedData": {
1690-
"type": "Transitive",
1691-
"resolved": "4.4.0",
1692-
"contentHash": "cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog=="
1693-
},
16941678
"System.Security.Cryptography.X509Certificates": {
16951679
"type": "Transitive",
16961680
"resolved": "4.3.0",

0 commit comments

Comments
 (0)