Skip to content

Commit 3ce8862

Browse files
Update dependency Verify.Xunit to 28.8.1 (#959)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c650385 commit 3ce8862

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/Cake.Issues.PullRequests.Tests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
},
6363
"Verify.Xunit": {
6464
"type": "Direct",
65-
"requested": "[28.7.1, )",
66-
"resolved": "28.7.1",
67-
"contentHash": "DUnqkhtn2dNy4SjUeWuTy80fbMtv52f67e8Rd6E8RUXwR70I5eZBUABzvD+3F5SL/8veNeX4Hogrzktv1xr2eg==",
65+
"requested": "[28.8.1, )",
66+
"resolved": "28.8.1",
67+
"contentHash": "s++6iCInd5xpv6e7cesd1/KplHaYNtXRMjOsDu+n+Z85fYeX64w+Wras+B1uAQK+Lg+0F4W5sc9jqmUkh8y8Lg==",
6868
"dependencies": {
6969
"Argon": "0.26.0",
7070
"DiffEngine": "15.6.0",
7171
"SimpleInfoName": "3.1.0",
7272
"System.IO.Hashing": "9.0.0",
73-
"Verify": "28.7.1",
73+
"Verify": "28.8.1",
7474
"xunit.abstractions": "2.0.3",
7575
"xunit.extensibility.execution": "2.9.2"
7676
}
@@ -224,8 +224,8 @@
224224
},
225225
"Verify": {
226226
"type": "Transitive",
227-
"resolved": "28.7.1",
228-
"contentHash": "fVw/zFbTCYMBlwRXBvCxbvaSTEWkQSCev5hV8wTQ2h9csTF6Itpn4RY65O1DEUzdf3Vi/f9XTWLb1dx/YhMgvw==",
227+
"resolved": "28.8.1",
228+
"contentHash": "lq4wiGgiTYOI6QR38qgY1H+SB4ejSrXReGiFFh5fjh7ZDdJtcEiVMbnReV3MF+4anw+SXmtIXWX6O3/cC4KIow==",
229229
"dependencies": {
230230
"Argon": "0.26.0",
231231
"DiffEngine": "15.6.0",
@@ -390,15 +390,15 @@
390390
},
391391
"Verify.Xunit": {
392392
"type": "Direct",
393-
"requested": "[28.7.1, )",
394-
"resolved": "28.7.1",
395-
"contentHash": "DUnqkhtn2dNy4SjUeWuTy80fbMtv52f67e8Rd6E8RUXwR70I5eZBUABzvD+3F5SL/8veNeX4Hogrzktv1xr2eg==",
393+
"requested": "[28.8.1, )",
394+
"resolved": "28.8.1",
395+
"contentHash": "s++6iCInd5xpv6e7cesd1/KplHaYNtXRMjOsDu+n+Z85fYeX64w+Wras+B1uAQK+Lg+0F4W5sc9jqmUkh8y8Lg==",
396396
"dependencies": {
397397
"Argon": "0.26.0",
398398
"DiffEngine": "15.6.0",
399399
"SimpleInfoName": "3.1.0",
400400
"System.IO.Hashing": "9.0.0",
401-
"Verify": "28.7.1",
401+
"Verify": "28.8.1",
402402
"xunit.abstractions": "2.0.3",
403403
"xunit.extensibility.execution": "2.9.2"
404404
}
@@ -552,8 +552,8 @@
552552
},
553553
"Verify": {
554554
"type": "Transitive",
555-
"resolved": "28.7.1",
556-
"contentHash": "fVw/zFbTCYMBlwRXBvCxbvaSTEWkQSCev5hV8wTQ2h9csTF6Itpn4RY65O1DEUzdf3Vi/f9XTWLb1dx/YhMgvw==",
555+
"resolved": "28.8.1",
556+
"contentHash": "lq4wiGgiTYOI6QR38qgY1H+SB4ejSrXReGiFFh5fjh7ZDdJtcEiVMbnReV3MF+4anw+SXmtIXWX6O3/cC4KIow==",
557557
"dependencies": {
558558
"Argon": "0.26.0",
559559
"DiffEngine": "15.6.0",

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageVersion Include="Spectre.Console" Version="0.49.1" />
2121
<PackageVersion Include="Spectre.Console.Analyzer" Version="1.0.0" />
2222
<PackageVersion Include="Spectre.Console.Testing" Version="0.49.1" />
23-
<PackageVersion Include="Verify.Xunit" Version="28.7.1" />
23+
<PackageVersion Include="Verify.Xunit" Version="28.8.1" />
2424
<PackageVersion Include="xunit" Version="2.9.2" />
2525
<PackageVersion Include="Xunit.SkippableFact" Version="1.5.23" />
2626
<PackageVersion Include="YamlDotNet" Version="16.3.0" />

0 commit comments

Comments
 (0)