This is an automated email from the ASF dual-hosted git repository.
CurtHagenlocher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 99efa3787 fix(csharp): update Microsoft.SourceLink.GitHub for
vulnerability (#4772)
99efa3787 is described below
commit 99efa3787450d95adc1ffd6ae62899f1cbc9b935
Author: Bruce Irschick <[email protected]>
AuthorDate: Wed Sep 9 11:34:10 2026 -0700
fix(csharp): update Microsoft.SourceLink.GitHub for vulnerability (#4772)
This pull request includes a minor dependency update, specifically
bumping the version of a single package to ensure the project uses the
latest features and fixes.
* Upgraded the `Microsoft.SourceLink.GitHub` package from version
`10.0.301` to `10.0.303` in `Directory.Packages.props`.
Co-authored-by: Bruce Irschick (Bit Quill Technologies Inc)
<[email protected]>
---
csharp/Directory.Packages.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csharp/Directory.Packages.props b/csharp/Directory.Packages.props
index f681466eb..d073e90fc 100644
--- a/csharp/Directory.Packages.props
+++ b/csharp/Directory.Packages.props
@@ -37,7 +37,7 @@
<PackageVersion Include="Google.Cloud.BigQuery.V2" Version="3.11.0" />
<PackageVersion Include="Microsoft.IO.RecyclableMemoryStream"
Version="3.0.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
- <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.301" />
+ <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.303" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="OpenTelemetry" Version="1.12.0" />
<PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.12.0"
/>