Skip to content

Commit e74d9ad

Browse files
MINOR: Bump com.google.protobuf:protobuf-bom from 4.30.0 to 4.30.1 (#675)
Bumps [com.google.protobuf:protobuf-bom](https://github.com/protocolbuffers/protobuf) from 4.30.0 to 4.30.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/0d815c5b74281f081c1ee4b431a4d5bbb1615c97"><code>0d815c5</code></a> Updating version.json and repo version numbers to: 30.1</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/ebb5224493150126861ce2e192d7ae244bfea1df"><code>ebb5224</code></a> Re-add <code>system_python</code> repo alias to MODULE.bazel (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20662">#20662</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/4747628cce300d58e3bb0da4f3ee7cbfa1ac853b"><code>4747628</code></a> Remove Java runtime classes from kotlin release. (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20607">#20607</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/250c5502fa436e82fca50937db7d28f43855b09e"><code>250c550</code></a> Fix python codegen crash when C++ features are used. (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20577">#20577</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/3576a1f8732c4a42df90e406e07326198182b6fb"><code>3576a1f</code></a> Loosen py_proto_library check to be on the import path instead of full direct...</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/efa65c59858cd83f348628a3c5cb350082f3199a"><code>efa65c5</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20562">#20562</a> from protocolbuffers/30.x-202503042254</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/63fc9d680507ceb41d4acbf17b138e4f6f85f86b"><code>63fc9d6</code></a> Updating version.json and repo version numbers to: 30.1-dev</li> <li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/compare/v4.30.0...v4.30.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-bom&package-manager=maven&previous-version=4.30.0&new-version=4.30.1)](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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JB Onofré <jb.onofre@dremio.com>
1 parent 47288d9 commit e74d9ad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

flight/flight-integration-tests/src/shade/LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,11 @@ License: https://www.apache.org/licenses/LICENSE-2.0
272272

273273
--------------------------------------------------------------------------------
274274

275-
This binary artifact contains Google Protobuf 4.30.0.
275+
This binary artifact contains Google Protobuf 4.30.1.
276276

277277
Copyright: Copyright 2008 Google Inc. All rights reserved.
278278
Home page: https://protobuf.dev/
279-
License: https://github.com/protocolbuffers/protobuf/blob/v4.30.0/LICENSE (BSD)
279+
License: https://github.com/protocolbuffers/protobuf/blob/v4.30.1/LICENSE (BSD)
280280
License text:
281281

282282
| Copyright 2008 Google Inc. All rights reserved.

flight/flight-sql-jdbc-driver/src/shade/LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,11 @@ License: https://www.apache.org/licenses/LICENSE-2.0
234234

235235
--------------------------------------------------------------------------------
236236

237-
This binary artifact contains Protobuf 4.30.0.
237+
This binary artifact contains Protobuf 4.30.1.
238238

239239
Copyright: Copyright 2008 Google Inc. All rights reserved.
240240
Home page: https://protobuf.dev/
241-
License: https://github.com/protocolbuffers/protobuf/blob/v4.30.0/LICENSE (BSD)
241+
License: https://github.com/protocolbuffers/protobuf/blob/v4.30.1/LICENSE (BSD)
242242
License text:
243243

244244
| Copyright 2008 Google Inc. All rights reserved.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ under the License.
9898
<dep.guava-bom.version>33.4.0-jre</dep.guava-bom.version>
9999
<dep.netty-bom.version>4.1.119.Final</dep.netty-bom.version>
100100
<dep.grpc-bom.version>1.71.0</dep.grpc-bom.version>
101-
<dep.protobuf-bom.version>4.30.0</dep.protobuf-bom.version>
101+
<dep.protobuf-bom.version>4.30.1</dep.protobuf-bom.version>
102102
<dep.jackson-bom.version>2.18.3</dep.jackson-bom.version>
103103
<dep.hadoop.version>3.4.1</dep.hadoop.version>
104104
<dep.fbs.version>25.2.10</dep.fbs.version>

0 commit comments

Comments
 (0)