This is an automated email from the ASF dual-hosted git repository.
adamreeve pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-dotnet.git
The following commit(s) were added to refs/heads/main by this push:
new d297aca chore: Bump Xunit.SkippableFact from 1.5.61 to 1.5.85 (#427)
d297aca is described below
commit d297acafffbde58dea3c6efe47647771d8478921
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 09:15:57 2026 +1200
chore: Bump Xunit.SkippableFact from 1.5.61 to 1.5.85 (#427)
Updated
[Xunit.SkippableFact](https://github.com/AArnott/Xunit.SkippableFact)
from 1.5.61 to 1.5.85.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Directory.Packages.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 2dc05d2..a739271 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -51,7 +51,7 @@
<PackageVersion Include="xunit.runner.visualstudio"
Version="2.8.2"
Condition="'$(TargetFramework)' == 'net462'" />
- <PackageVersion Include="xunit.skippablefact" Version="1.5.61" />
+ <PackageVersion Include="xunit.skippablefact" Version="1.5.85" />
<PackageVersion Include="ZstdSharp.Port" Version="0.8.8" />
</ItemGroup>
</Project>