Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps com.google.api.grpc:proto-google-common-protos from 2.48.0 to 2.49.0.

Release notes

Sourced from com.google.api.grpc:proto-google-common-protos's releases.

v2.49.0

2.49.0 (2024-10-25)

Features

  • Move release note generation to a sub module (#3299) (7d6d66a)

Bug Fixes

  • add additional potential exceptions when retrieving protobuf manifest file to get version (#3315) (ef9e518)

Dependencies

  • update dependency com.google.errorprone:error_prone_annotations to v2.35.1 (#3316) (d7c290f)
Changelog

Sourced from com.google.api.grpc:proto-google-common-protos's changelog.

2.49.0 (2024-10-25)

Features

  • Move release note generation to a sub module (#3299) (7d6d66a)

Bug Fixes

  • add additional potential exceptions when retrieving protobuf manifest file to get version (#3315) (ef9e518)

Dependencies

  • update dependency com.google.errorprone:error_prone_annotations to v2.35.1 (#3316) (d7c290f)
Commits
  • 9332326 chore(main): release 2.49.0 (#3312)
  • d7c290f deps: update dependency com.google.errorprone:error_prone_annotations to v2.3...
  • 2ccad82 chore: update googleapis commit at Fri Oct 25 02:27:09 UTC 2024 (#3313)
  • ef9e518 fix: add additional potential exceptions when retrieving protobuf manifest fi...
  • 5e44d21 chore: update googleapis commit at Wed Oct 23 02:26:27 UTC 2024 (#3309)
  • 38084ec chore(main): release 2.48.1-SNAPSHOT (#3306)
  • 7d6d66a feat: Move release note generation to a sub module (#3299)
  • 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 [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.48.0 to 2.49.0.
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](googleapis/sdk-platform-java@v2.48.0...v2.49.0)

---
updated-dependencies:
- dependency-name: com.google.api.grpc:proto-google-common-protos
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from lidavidm as a code owner November 18, 2024 17:21
@dependabot dependabot bot added dependencies Dependabot-only java Dependabot-only labels Nov 18, 2024
@kou
Copy link
Member

kou commented Nov 18, 2024

@github-actions crossbow submit -g java

@github-actions
Copy link

Revision: e06f49c

Submitted crossbow builds: ursacomputing/crossbow @ actions-1db1593f43

Task Status
java-jars GitHub Actions
test-conda-python-3.11-spark-master GitHub Actions
verify-rc-source-java-linux-almalinux-8-amd64 GitHub Actions
verify-rc-source-java-linux-conda-latest-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-20.04-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-22.04-amd64 GitHub Actions
verify-rc-source-java-macos-amd64 GitHub Actions

@lidavidm lidavidm merged commit 8f8ac38 into main Nov 19, 2024
15 of 16 checks passed
@lidavidm lidavidm removed the awaiting review Awaiting review label Nov 19, 2024
@dependabot dependabot bot deleted the dependabot/maven/java/com.google.api.grpc-proto-google-common-protos-2.49.0 branch November 19, 2024 02:23
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 8f8ac38.

There were no benchmark performance regressions. 🎉

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

pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
…m 2.48.0 to 2.49.0 in /java (apache#44779)

Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.48.0 to 2.49.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/googleapis/sdk-platform-java/releases">com.google.api.grpc:proto-google-common-protos's releases</a>.</em></p>
<blockquote>
<h2>v2.49.0</h2>
<h2><a href="https://github.com/googleapis/sdk-platform-java/compare/v2.48.0...v2.49.0">2.49.0</a> (2024-10-25)</h2>
<h3>Features</h3>
<ul>
<li>Move release note generation to a sub module (<a href="https://redirect.github.com/googleapis/sdk-platform-java/issues/3299">#3299</a>) (<a href="https://github.com/googleapis/sdk-platform-java/commit/7d6d66a161db5edc538aec065405954acf4434c5">7d6d66a</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>add additional potential exceptions when retrieving protobuf manifest file to get version (<a href="https://redirect.github.com/googleapis/sdk-platform-java/issues/3315">#3315</a>) (<a href="https://github.com/googleapis/sdk-platform-java/commit/ef9e5189740ea5be46ad0d51c2ff554cd99ac162">ef9e518</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>update dependency com.google.errorprone:error_prone_annotations to v2.35.1 (<a href="https://redirect.github.com/googleapis/sdk-platform-java/issues/3316">#3316</a>) (<a href="https://github.com/googleapis/sdk-platform-java/commit/d7c290f3e49c8ec7c480229e2c8ae38fcdcd99f6">d7c290f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md">com.google.api.grpc:proto-google-common-protos's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/googleapis/sdk-platform-java/compare/v2.48.0...v2.49.0">2.49.0</a> (2024-10-25)</h2>
<h3>Features</h3>
<ul>
<li>Move release note generation to a sub module (<a href="https://redirect.github.com/googleapis/sdk-platform-java/issues/3299">#3299</a>) (<a href="https://github.com/googleapis/sdk-platform-java/commit/7d6d66a161db5edc538aec065405954acf4434c5">7d6d66a</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>add additional potential exceptions when retrieving protobuf manifest file to get version (<a href="https://redirect.github.com/googleapis/sdk-platform-java/issues/3315">#3315</a>) (<a href="https://github.com/googleapis/sdk-platform-java/commit/ef9e5189740ea5be46ad0d51c2ff554cd99ac162">ef9e518</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>update dependency com.google.errorprone:error_prone_annotations to v2.35.1 (<a href="https://redirect.github.com/googleapis/sdk-platform-java/issues/3316">#3316</a>) (<a href="https://github.com/googleapis/sdk-platform-java/commit/d7c290f3e49c8ec7c480229e2c8ae38fcdcd99f6">d7c290f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/googleapis/sdk-platform-java/commit/9332326bd2ba8415f536a340418a0f28546a660f"><code>9332326</code></a> chore(main): release 2.49.0 (<a href="https://redirect.github.com/googleapis/sdk-platform-java/issues/3312">#3312</a>)</li>
<li><a href="https://github.com/googleapis/sdk-platform-java/commit/d7c290f3e49c8ec7c480229e2c8ae38fcdcd99f6"><code>d7c290f</code></a> deps: update dependency com.google.errorprone:error_prone_annotations to v2.3...</li>
<li><a href="https://github.com/googleapis/sdk-platform-java/commit/2ccad82a8a79485d57d01e895044e87ea7b09be4"><code>2ccad82</code></a> chore: update googleapis commit at Fri Oct 25 02:27:09 UTC 2024 (<a href="https://redirect.github.com/googleapis/sdk-platform-java/issues/3313">#3313</a>)</li>
<li><a href="https://github.com/googleapis/sdk-platform-java/commit/ef9e5189740ea5be46ad0d51c2ff554cd99ac162"><code>ef9e518</code></a> fix: add additional potential exceptions when retrieving protobuf manifest fi...</li>
<li><a href="https://github.com/googleapis/sdk-platform-java/commit/5e44d213b971b9bb4453a687ec7f937f69f8544a"><code>5e44d21</code></a> chore: update googleapis commit at Wed Oct 23 02:26:27 UTC 2024 (<a href="https://redirect.github.com/googleapis/sdk-platform-java/issues/3309">#3309</a>)</li>
<li><a href="https://github.com/googleapis/sdk-platform-java/commit/38084ec37e879abab555f4d31465a0745e6d98b0"><code>38084ec</code></a> chore(main): release 2.48.1-SNAPSHOT (<a href="https://redirect.github.com/googleapis/sdk-platform-java/issues/3306">#3306</a>)</li>
<li><a href="https://github.com/googleapis/sdk-platform-java/commit/7d6d66a161db5edc538aec065405954acf4434c5"><code>7d6d66a</code></a> feat: Move release note generation to a sub module (<a href="https://redirect.github.com/googleapis/sdk-platform-java/issues/3299">#3299</a>)</li>
<li>See full diff in <a href="https://github.com/googleapis/sdk-platform-java/compare/v2.48.0...v2.49.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.api.grpc:proto-google-common-protos&package-manager=maven&previous-version=2.48.0&new-version=2.49.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: David Li <li.davidm96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Java dependencies Dependabot-only java Dependabot-only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants