This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new 9122af2ad MINOR: Bump com.google.protobuf:protobuf-bom from 4.35.0 to
4.35.1 (#1186)
9122af2ad is described below
commit 9122af2ad87c6f51d8ed9082ba2f0a122980ea2a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 18:45:52 2026 +0200
MINOR: Bump com.google.protobuf:protobuf-bom from 4.35.0 to 4.35.1 (#1186)
Bumps
[com.google.protobuf:protobuf-bom](https://github.com/protocolbuffers/protobuf)
from 4.35.0 to 4.35.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/protocolbuffers/protobuf/commits">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fa493e066..c39eafc20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@ under the License.
<dep.guava-bom.version>33.6.0-jre</dep.guava-bom.version>
<dep.netty-bom.version>4.2.15.Final</dep.netty-bom.version>
<dep.grpc-bom.version>1.82.1</dep.grpc-bom.version>
- <dep.protobuf-bom.version>4.35.0</dep.protobuf-bom.version>
+ <dep.protobuf-bom.version>4.35.1</dep.protobuf-bom.version>
<dep.jackson-bom.version>2.22.0</dep.jackson-bom.version>
<dep.hadoop.version>3.5.0</dep.hadoop.version>
<dep.fbs.version>25.2.10</dep.fbs.version>