Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: [C#] Bump Grpc.AspNetCore.Server from 2.59.0 to 2.60.0 in /csharp #39507

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps Grpc.AspNetCore.Server from 2.59.0 to 2.60.0.

Release notes

Sourced from Grpc.AspNetCore.Server's releases.

Release v2.60.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.59.0...v2.60.0

Release v2.60.0-pre1

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.59.0...v2.60.0-pre1

Commits
  • 6eccb61 Bump version to 2.60.0 (#2348)
  • b1a6ce4 Update Grpc.Tools to 2.60.0 (#2336) (#2339)
  • 4938da9 Bumping version string to 2.60.0-pre1 in release branch (#2338)
  • 1625f89 Trim regex from Grpc.AspNetCore (#2326)
  • 2bbb977 Add Native AOT test (#2324)
  • ca9b756 Update to use Directory.Packages.props (#2315)
  • 4a60f41 Update to GA .NET 8 SDK (#2321)
  • e5afb08 Bump browserify-sign from 4.2.1 to 4.2.2 in /examples/Spar/Server/ClientApp (...
  • 5e505b0 Bump axios and wait-on in /testassets/InteropTestsGrpcWebWebsite/Tests (#2322)
  • 8d33f09 Bump @​babel/traverse from 7.21.4 to 7.23.2 in /testassets/InteropTestsGrpcWeb...
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [Grpc.AspNetCore.Server](https://github.com/grpc/grpc-dotnet) from 2.59.0 to 2.60.0.
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.59.0...v2.60.0)

---
updated-dependencies:
- dependency-name: Grpc.AspNetCore.Server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from westonpace as a code owner January 8, 2024 16:11
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Dependabot-only labels Jan 8, 2024
@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Jan 8, 2024
@CurtHagenlocher CurtHagenlocher merged commit 65e98ae into main Jan 8, 2024
16 checks passed
@CurtHagenlocher CurtHagenlocher removed the awaiting committer review Awaiting committer review label Jan 8, 2024
@dependabot dependabot bot deleted the dependabot/nuget/csharp/Grpc.AspNetCore.Server-2.60.0 branch January 8, 2024 21:41
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 65e98ae.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them.

clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 2024
…arp (apache#39507)

Bumps [Grpc.AspNetCore.Server](https://github.com/grpc/grpc-dotnet) from 2.59.0 to 2.60.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/grpc/grpc-dotnet/releases">Grpc.AspNetCore.Server's releases</a>.</em></p>
<blockquote>
<h2>Release v2.60.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update to GA .NET 8 SDK by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2321">grpc/grpc-dotnet#2321</a></li>
<li>Update to use Directory.Packages.props by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2315">grpc/grpc-dotnet#2315</a></li>
<li>Add Native AOT test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2324">grpc/grpc-dotnet#2324</a></li>
<li>Trim regex from Grpc.AspNetCore by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2326">grpc/grpc-dotnet#2326</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0">https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0</a></p>
<h2>Release v2.60.0-pre1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update to GA .NET 8 SDK by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2321">grpc/grpc-dotnet#2321</a></li>
<li>Update to use Directory.Packages.props by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2315">grpc/grpc-dotnet#2315</a></li>
<li>Add Native AOT test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2324">grpc/grpc-dotnet#2324</a></li>
<li>Trim regex from Grpc.AspNetCore by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2326">grpc/grpc-dotnet#2326</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0-pre1">https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0-pre1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/6eccb614c532d52c1569ce9f14754fdc826609ef"><code>6eccb61</code></a> Bump version to 2.60.0 (<a href="https://github.com/grpc/grpc-dotnet/issues/2348">#2348</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/b1a6ce4cb81a4b5be40be382f6173a11abd8a2cf"><code>b1a6ce4</code></a> Update Grpc.Tools to 2.60.0 (<a href="https://github.com/grpc/grpc-dotnet/issues/2336">#2336</a>) (<a href="https://github.com/grpc/grpc-dotnet/issues/2339">#2339</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/4938da9c300698cca14e210a2191ceb9e869c9dc"><code>4938da9</code></a> Bumping version string to 2.60.0-pre1 in release branch (<a href="https://github.com/grpc/grpc-dotnet/issues/2338">#2338</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/1625f8942791c82d700802fc7278c543025f0fd3"><code>1625f89</code></a> Trim regex from Grpc.AspNetCore (<a href="https://github.com/grpc/grpc-dotnet/issues/2326">#2326</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/2bbb977dd2d269b4b3182360a87c7402ed2b6114"><code>2bbb977</code></a> Add Native AOT test (<a href="https://github.com/grpc/grpc-dotnet/issues/2324">#2324</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/ca9b756d73cd82bd1a30af0a8141dc183e86a90b"><code>ca9b756</code></a> Update to use Directory.Packages.props (<a href="https://github.com/grpc/grpc-dotnet/issues/2315">#2315</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/4a60f414a17629ff00d70610ce23d3575c4807cd"><code>4a60f41</code></a> Update to GA .NET 8 SDK (<a href="https://github.com/grpc/grpc-dotnet/issues/2321">#2321</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/e5afb085e0af960617b51504442f1ea42b3bf56b"><code>e5afb08</code></a> Bump browserify-sign from 4.2.1 to 4.2.2 in /examples/Spar/Server/ClientApp (...</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/5e505b017a55af9f34462db0313a8196f29e5f88"><code>5e505b0</code></a> Bump axios and wait-on in /testassets/InteropTestsGrpcWebWebsite/Tests (<a href="https://github.com/grpc/grpc-dotnet/issues/2322">#2322</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/8d33f094d2310310cb04c6da7b91d360d74b6f07"><code>8d33f09</code></a> Bump <code>@​babel/traverse</code> from 7.21.4 to 7.23.2 in /testassets/InteropTestsGrpcWeb...</li>
<li>See full diff in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Grpc.AspNetCore.Server&package-manager=nuget&previous-version=2.59.0&new-version=2.60.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: Curt Hagenlocher <[email protected]>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…arp (apache#39507)

Bumps [Grpc.AspNetCore.Server](https://github.com/grpc/grpc-dotnet) from 2.59.0 to 2.60.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/grpc/grpc-dotnet/releases">Grpc.AspNetCore.Server's releases</a>.</em></p>
<blockquote>
<h2>Release v2.60.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update to GA .NET 8 SDK by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2321">grpc/grpc-dotnet#2321</a></li>
<li>Update to use Directory.Packages.props by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2315">grpc/grpc-dotnet#2315</a></li>
<li>Add Native AOT test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2324">grpc/grpc-dotnet#2324</a></li>
<li>Trim regex from Grpc.AspNetCore by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2326">grpc/grpc-dotnet#2326</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0">https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0</a></p>
<h2>Release v2.60.0-pre1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update to GA .NET 8 SDK by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2321">grpc/grpc-dotnet#2321</a></li>
<li>Update to use Directory.Packages.props by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2315">grpc/grpc-dotnet#2315</a></li>
<li>Add Native AOT test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2324">grpc/grpc-dotnet#2324</a></li>
<li>Trim regex from Grpc.AspNetCore by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2326">grpc/grpc-dotnet#2326</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0-pre1">https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0-pre1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/6eccb614c532d52c1569ce9f14754fdc826609ef"><code>6eccb61</code></a> Bump version to 2.60.0 (<a href="https://github.com/grpc/grpc-dotnet/issues/2348">#2348</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/b1a6ce4cb81a4b5be40be382f6173a11abd8a2cf"><code>b1a6ce4</code></a> Update Grpc.Tools to 2.60.0 (<a href="https://github.com/grpc/grpc-dotnet/issues/2336">#2336</a>) (<a href="https://github.com/grpc/grpc-dotnet/issues/2339">#2339</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/4938da9c300698cca14e210a2191ceb9e869c9dc"><code>4938da9</code></a> Bumping version string to 2.60.0-pre1 in release branch (<a href="https://github.com/grpc/grpc-dotnet/issues/2338">#2338</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/1625f8942791c82d700802fc7278c543025f0fd3"><code>1625f89</code></a> Trim regex from Grpc.AspNetCore (<a href="https://github.com/grpc/grpc-dotnet/issues/2326">#2326</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/2bbb977dd2d269b4b3182360a87c7402ed2b6114"><code>2bbb977</code></a> Add Native AOT test (<a href="https://github.com/grpc/grpc-dotnet/issues/2324">#2324</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/ca9b756d73cd82bd1a30af0a8141dc183e86a90b"><code>ca9b756</code></a> Update to use Directory.Packages.props (<a href="https://github.com/grpc/grpc-dotnet/issues/2315">#2315</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/4a60f414a17629ff00d70610ce23d3575c4807cd"><code>4a60f41</code></a> Update to GA .NET 8 SDK (<a href="https://github.com/grpc/grpc-dotnet/issues/2321">#2321</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/e5afb085e0af960617b51504442f1ea42b3bf56b"><code>e5afb08</code></a> Bump browserify-sign from 4.2.1 to 4.2.2 in /examples/Spar/Server/ClientApp (...</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/5e505b017a55af9f34462db0313a8196f29e5f88"><code>5e505b0</code></a> Bump axios and wait-on in /testassets/InteropTestsGrpcWebWebsite/Tests (<a href="https://github.com/grpc/grpc-dotnet/issues/2322">#2322</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/8d33f094d2310310cb04c6da7b91d360d74b6f07"><code>8d33f09</code></a> Bump <code>@​babel/traverse</code> from 7.21.4 to 7.23.2 in /testassets/InteropTestsGrpcWeb...</li>
<li>See full diff in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Grpc.AspNetCore.Server&package-manager=nuget&previous-version=2.59.0&new-version=2.60.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: Curt Hagenlocher <[email protected]>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 2024
…arp (apache#39507)

Bumps [Grpc.AspNetCore.Server](https://github.com/grpc/grpc-dotnet) from 2.59.0 to 2.60.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/grpc/grpc-dotnet/releases">Grpc.AspNetCore.Server's releases</a>.</em></p>
<blockquote>
<h2>Release v2.60.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update to GA .NET 8 SDK by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2321">grpc/grpc-dotnet#2321</a></li>
<li>Update to use Directory.Packages.props by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2315">grpc/grpc-dotnet#2315</a></li>
<li>Add Native AOT test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2324">grpc/grpc-dotnet#2324</a></li>
<li>Trim regex from Grpc.AspNetCore by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2326">grpc/grpc-dotnet#2326</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0">https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0</a></p>
<h2>Release v2.60.0-pre1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update to GA .NET 8 SDK by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2321">grpc/grpc-dotnet#2321</a></li>
<li>Update to use Directory.Packages.props by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2315">grpc/grpc-dotnet#2315</a></li>
<li>Add Native AOT test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2324">grpc/grpc-dotnet#2324</a></li>
<li>Trim regex from Grpc.AspNetCore by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2326">grpc/grpc-dotnet#2326</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0-pre1">https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0-pre1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/6eccb614c532d52c1569ce9f14754fdc826609ef"><code>6eccb61</code></a> Bump version to 2.60.0 (<a href="https://github.com/grpc/grpc-dotnet/issues/2348">#2348</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/b1a6ce4cb81a4b5be40be382f6173a11abd8a2cf"><code>b1a6ce4</code></a> Update Grpc.Tools to 2.60.0 (<a href="https://github.com/grpc/grpc-dotnet/issues/2336">#2336</a>) (<a href="https://github.com/grpc/grpc-dotnet/issues/2339">#2339</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/4938da9c300698cca14e210a2191ceb9e869c9dc"><code>4938da9</code></a> Bumping version string to 2.60.0-pre1 in release branch (<a href="https://github.com/grpc/grpc-dotnet/issues/2338">#2338</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/1625f8942791c82d700802fc7278c543025f0fd3"><code>1625f89</code></a> Trim regex from Grpc.AspNetCore (<a href="https://github.com/grpc/grpc-dotnet/issues/2326">#2326</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/2bbb977dd2d269b4b3182360a87c7402ed2b6114"><code>2bbb977</code></a> Add Native AOT test (<a href="https://github.com/grpc/grpc-dotnet/issues/2324">#2324</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/ca9b756d73cd82bd1a30af0a8141dc183e86a90b"><code>ca9b756</code></a> Update to use Directory.Packages.props (<a href="https://github.com/grpc/grpc-dotnet/issues/2315">#2315</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/4a60f414a17629ff00d70610ce23d3575c4807cd"><code>4a60f41</code></a> Update to GA .NET 8 SDK (<a href="https://github.com/grpc/grpc-dotnet/issues/2321">#2321</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/e5afb085e0af960617b51504442f1ea42b3bf56b"><code>e5afb08</code></a> Bump browserify-sign from 4.2.1 to 4.2.2 in /examples/Spar/Server/ClientApp (...</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/5e505b017a55af9f34462db0313a8196f29e5f88"><code>5e505b0</code></a> Bump axios and wait-on in /testassets/InteropTestsGrpcWebWebsite/Tests (<a href="https://github.com/grpc/grpc-dotnet/issues/2322">#2322</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/8d33f094d2310310cb04c6da7b91d360d74b6f07"><code>8d33f09</code></a> Bump <code>@​babel/traverse</code> from 7.21.4 to 7.23.2 in /testassets/InteropTestsGrpcWeb...</li>
<li>See full diff in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Grpc.AspNetCore.Server&package-manager=nuget&previous-version=2.59.0&new-version=2.60.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: Curt Hagenlocher <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: C# dependencies Dependabot-only .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant