Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bump com.google.protobuf:protobuf-java from 4.30.2 to 4.31.0#1357

Merged
zeitlinger merged 3 commits intomainprometheus/client_java:mainfrom
dependabot/maven/com.google.protobuf-protobuf-java-4.31.0prometheus/client_java:dependabot/maven/com.google.protobuf-protobuf-java-4.31.0Copy head branch name to clipboard
May 15, 2025
Merged

Bump com.google.protobuf:protobuf-java from 4.30.2 to 4.31.0#1357
zeitlinger merged 3 commits intomainprometheus/client_java:mainfrom
dependabot/maven/com.google.protobuf-protobuf-java-4.31.0prometheus/client_java:dependabot/maven/com.google.protobuf-protobuf-java-4.31.0Copy head branch name to clipboard

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2025

Bumps com.google.protobuf:protobuf-java from 4.30.2 to 4.31.0.

Commits
  • 3d4adad Updating version.json and repo version numbers to: 31.0
  • 0fad924 Merge pull request #21743 from shaod2/31-cp
  • aa5410d Remove fast-path check for non-clang compilers in MessageCreator.
  • 0cf5489 Fix silent failure of rb_test rules to run test (#21733)
  • d390631 Add missing include.
  • 01b42bb Cherry-pick Rust fix to 31.x (#21617)
  • ac2bbec Merge pull request #21546 from protocolbuffers/31.x-202504301807
  • ca59567 Updating version.json and repo version numbers to: 31.0-dev
  • 4f81598 Updating version.json and repo version numbers to: 31.0-rc2
  • 1fb0d06 Cherry pick import option for protoc (#21489)
  • Additional commits viewable 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.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.30.2 to 4.31.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.30.2...v4.31.0)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 15, 2025
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
@zeitlinger zeitlinger merged commit 9846444 into main May 15, 2025
31 checks passed
@zeitlinger zeitlinger deleted the dependabot/maven/com.google.protobuf-protobuf-java-4.31.0 branch May 15, 2025 15:36
dao-jun pushed a commit to dao-jun/client_java that referenced this pull request May 15, 2025
…eus#1357)

Bumps
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
from 4.30.2 to 4.31.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/3d4adad5c4c4e6a6f9f038769b8c90716065b0e4"><code>3d4adad</code></a>
Updating version.json and repo version numbers to: 31.0</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/0fad924f7859e4cf72f82420a1341f41bc0d3fa1"><code>0fad924</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/21743">#21743</a>
from shaod2/31-cp</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/aa5410dd95b9bceeca78e308481a46032ae79cd9"><code>aa5410d</code></a>
Remove fast-path check for non-clang compilers in MessageCreator.</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/0cf5489ca0f42df903ba1abd1f5f0a75aa95f045"><code>0cf5489</code></a>
Fix silent failure of <code>rb_test</code> rules to run test (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/21733">#21733</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/d39063184a826bd53bc7b78734a39db9f93c8342"><code>d390631</code></a>
Add missing include.</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/01b42bbd549c8f30ef9a27cd4964a7ae2632955a"><code>01b42bb</code></a>
Cherry-pick Rust fix to 31.x (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/21617">#21617</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/ac2bbecc4ff65935a69c9226fa13fc62a6ad8e6f"><code>ac2bbec</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/21546">#21546</a>
from protocolbuffers/31.x-202504301807</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/ca59567ff2522d5b7e56dec0b3a0f94208213dc9"><code>ca59567</code></a>
Updating version.json and repo version numbers to: 31.0-dev</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/4f81598aa4786662f8f7f383e0aa5b3388aad717"><code>4f81598</code></a>
Updating version.json and repo version numbers to: 31.0-rc2</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/1fb0d06596e2680bd4c066ded79782730090ab05"><code>1fb0d06</code></a>
Cherry pick import option for protoc (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/21489">#21489</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/protocolbuffers/protobuf/compare/v4.30.2...v4.31.0">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=4.30.2&new-version=4.31.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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: dao-jun <daojun@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments

Close sidebar
Morty Proxy This is a proxified and sanitized view of the page, visit original site.