Skip to content

Commit 76c7fe1

Browse files
deps: Bump the testing group with 2 updates
Bumps FluentAssertions from 8.0.1 to 8.8.0 Bumps Xunit.SkippableFact from 1.5.23 to 1.5.61 --- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: Xunit.SkippableFact dependency-version: 1.5.61 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing - dependency-name: Xunit.SkippableFact dependency-version: 1.5.61 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cf7f79 commit 76c7fe1

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

tests/JD.Efcpt.Build.Tests/JD.Efcpt.Build.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.2" />
3535
<PackageReference Include="TinyBDD.Xunit" Version="0.13.0" />
3636
<PackageReference Include="xunit" Version="2.9.3" />
37-
<PackageReference Include="Xunit.SkippableFact" Version="1.5.23" />
37+
<PackageReference Include="Xunit.SkippableFact" Version="1.5.61" />
3838
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
3939
<PrivateAssets>all</PrivateAssets>
4040
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/JD.Efcpt.Build.Tests/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@
140140
},
141141
"Xunit.SkippableFact": {
142142
"type": "Direct",
143-
"requested": "[1.5.23, )",
144-
"resolved": "1.5.23",
145-
"contentHash": "JlKobLTlsGcuJ8OtoodxL63bUagHSVBnF+oQ2GgnkwNqK+XYjeYyhQasULi5Ebx1MNDGNbOMplQYr89mR+nItQ==",
143+
"requested": "[1.5.61, )",
144+
"resolved": "1.5.61",
145+
"contentHash": "ZoahExHGire3U1b9RLUQJuoofMKwJKd6U60cqaomh0llL8ns1evvl8ivXLP1Bw3nPUR0ELfSVZ0giKnMoqPCfQ==",
146146
"dependencies": {
147-
"Validation": "2.5.51",
147+
"Validation": "2.6.68",
148148
"xunit.extensibility.execution": "2.4.0"
149149
}
150150
},
@@ -677,8 +677,8 @@
677677
},
678678
"Validation": {
679679
"type": "Transitive",
680-
"resolved": "2.5.51",
681-
"contentHash": "g/Aug7PVWaenlJ0QUyt/mEetngkQNsMCuNeRVXbcJED1nZS7JcK+GTU4kz3jcQ7bFuKfi8PF4ExXH7XSFNuSLQ=="
680+
"resolved": "2.6.68",
681+
"contentHash": "5mZ+aXsYQnr3Wxz5O2tmbgPaa5kn9R+ZlfnPyGBogXI2sh4uTiHtvU++N4bURtn9vmDYIu2Zu323K9hFz9poXQ=="
682682
},
683683
"xunit.abstractions": {
684684
"type": "Transitive",

tests/JD.Efcpt.Sdk.IntegrationTests/JD.Efcpt.Sdk.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<PackageReference Include="coverlet.collector" Version="6.0.4" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1515
<PackageReference Include="xunit" Version="2.9.3" />
16-
<PackageReference Include="Xunit.SkippableFact" Version="1.5.23" />
16+
<PackageReference Include="Xunit.SkippableFact" Version="1.5.61" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="FluentAssertions" Version="8.0.1" />
21+
<PackageReference Include="FluentAssertions" Version="8.8.0" />
2222
<PackageReference Include="Testcontainers.MsSql" Version="4.4.0" />
2323
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.0" />
2424
</ItemGroup>

tests/JD.Efcpt.Sdk.IntegrationTests/packages.lock.json

Lines changed: 9 additions & 9 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.8.0, )",
14+
"resolved": "8.8.0",
15+
"contentHash": "m0kwcqBwvVel03FuMa7Ozo/oTaxYbjeNlcOhQFkyQpwX/8wks6RNl/Jnn58DCZVs6c2oG1RsCZw7HfKSaxLm3w=="
1616
},
1717
"Microsoft.Data.SqlClient": {
1818
"type": "Direct",
@@ -69,11 +69,11 @@
6969
},
7070
"Xunit.SkippableFact": {
7171
"type": "Direct",
72-
"requested": "[1.5.23, )",
73-
"resolved": "1.5.23",
74-
"contentHash": "JlKobLTlsGcuJ8OtoodxL63bUagHSVBnF+oQ2GgnkwNqK+XYjeYyhQasULi5Ebx1MNDGNbOMplQYr89mR+nItQ==",
72+
"requested": "[1.5.61, )",
73+
"resolved": "1.5.61",
74+
"contentHash": "ZoahExHGire3U1b9RLUQJuoofMKwJKd6U60cqaomh0llL8ns1evvl8ivXLP1Bw3nPUR0ELfSVZ0giKnMoqPCfQ==",
7575
"dependencies": {
76-
"Validation": "2.5.51",
76+
"Validation": "2.6.68",
7777
"xunit.extensibility.execution": "2.4.0"
7878
}
7979
},
@@ -343,8 +343,8 @@
343343
},
344344
"Validation": {
345345
"type": "Transitive",
346-
"resolved": "2.5.51",
347-
"contentHash": "g/Aug7PVWaenlJ0QUyt/mEetngkQNsMCuNeRVXbcJED1nZS7JcK+GTU4kz3jcQ7bFuKfi8PF4ExXH7XSFNuSLQ=="
346+
"resolved": "2.6.68",
347+
"contentHash": "5mZ+aXsYQnr3Wxz5O2tmbgPaa5kn9R+ZlfnPyGBogXI2sh4uTiHtvU++N4bURtn9vmDYIu2Zu323K9hFz9poXQ=="
348348
},
349349
"xunit.abstractions": {
350350
"type": "Transitive",

0 commit comments

Comments
 (0)