Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [C#] Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 in /…
Browse files Browse the repository at this point in the history
…csharp (apache#38803)

Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.1 to 8.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dotnet/sourcelink/commit/ce7339775f8ada5b16c72a874f591c8cd5722c6b"><code>ce73397</code></a> Update Readme to 8.0.0</li>
<li><a href="https://github.com/dotnet/sourcelink/commit/c782a0460234c50bc37ee1da5e4f6b93bd163aca"><code>c782a04</code></a> Update dependencies from <a href="https://github.com/dotnet/source-build-reference-pac">https://github.com/dotnet/source-build-reference-pac</a>...</li>
<li><a href="https://github.com/dotnet/sourcelink/commit/89b9cd2885d399fe1c7359eb498622711f52055e"><code>89b9cd2</code></a> Update dependencies from <a href="https://github.com/dotnet/source-build-reference-pac">https://github.com/dotnet/source-build-reference-pac</a>...</li>
<li><a href="https://github.com/dotnet/sourcelink/commit/3740aa2ab5585c5c9b65fdbe8ae44df16350263f"><code>3740aa2</code></a> Update dependencies from <a href="https://github.com/dotnet/source-build-reference-pac">https://github.com/dotnet/source-build-reference-pac</a>...</li>
<li><a href="https://github.com/dotnet/sourcelink/commit/a2b14852b21ce5408f163e7c73fccf693eceffef"><code>a2b1485</code></a> Update dependencies from <a href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a> build 20230901.1 (#...</li>
<li><a href="https://github.com/dotnet/sourcelink/commit/36aa65db69384672a83f1a1d381b349337ef1e17"><code>36aa65d</code></a> Update dependencies from <a href="https://github.com/dotnet/source-build-reference-pac">https://github.com/dotnet/source-build-reference-pac</a>...</li>
<li><a href="https://github.com/dotnet/sourcelink/commit/0c832ac299737ecf61dd61e413484a7ae53b2920"><code>0c832ac</code></a> Update dependencies from <a href="https://github.com/dotnet/source-build-reference-pac">https://github.com/dotnet/source-build-reference-pac</a>...</li>
<li><a href="https://github.com/dotnet/sourcelink/commit/5da1d7745d7178ae9aba532dc325ebdfb0a890a7"><code>5da1d77</code></a> Update dependencies from <a href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a> build 20230825.2 (#...</li>
<li><a href="https://github.com/dotnet/sourcelink/commit/1d1739c52b2d5a238727bbce10b3d15c5bf5e3cc"><code>1d1739c</code></a> Update dependencies from <a href="https://github.com/dotnet/source-build-reference-pac">https://github.com/dotnet/source-build-reference-pac</a>...</li>
<li><a href="https://github.com/dotnet/sourcelink/commit/29651f6757ba867d14165ebbe9a7e431291daf08"><code>29651f6</code></a> Update dependencies from <a href="https://github.com/dotnet/source-build-reference-pac">https://github.com/dotnet/source-build-reference-pac</a>...</li>
<li>Additional commits viewable in <a href="https://github.com/dotnet/sourcelink/compare/1.1.1...8.0.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.SourceLink.GitHub&package-manager=nuget&previous-version=1.1.1&new-version=8.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@ dependabot rebase` will rebase this PR
- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@ dependabot merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@ dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>
dependabot[bot] authored and dgreiss committed Feb 17, 2024

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent 883a688 commit 62272a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/src/Apache.Arrow/Apache.Arrow.csproj
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>

0 comments on commit 62272a6

Please sign in to comment.