This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/nuget/csharp/BenchmarkDotNet.Diagnostics.Windows-0.13.8
in repository https://gitbox.apache.org/repos/asf/arrow.git
commit cb753a1e0cebad70c0f9b89f3d81cb5774d1ab40
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 11 23:33:50 2023 +0000
MINOR: [C#] Bump BenchmarkDotNet.Diagnostics.Windows in /csharp
Bumps
[BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet)
from 0.13.7 to 0.13.8.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
-
[Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8)
---
updated-dependencies:
- dependency-name: BenchmarkDotNet.Diagnostics.Windows
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
csharp/test/Apache.Arrow.Benchmarks/Apache.Arrow.Benchmarks.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csharp/test/Apache.Arrow.Benchmarks/Apache.Arrow.Benchmarks.csproj
b/csharp/test/Apache.Arrow.Benchmarks/Apache.Arrow.Benchmarks.csproj
index 6a058a752b..35f17270e0 100644
--- a/csharp/test/Apache.Arrow.Benchmarks/Apache.Arrow.Benchmarks.csproj
+++ b/csharp/test/Apache.Arrow.Benchmarks/Apache.Arrow.Benchmarks.csproj
@@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.8" />
- <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows"
Version="0.13.7" />
+ <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows"
Version="0.13.8" />
</ItemGroup>
<ItemGroup>