This is an automated email from the ASF dual-hosted git repository.

Fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 23b0fe55d Bump protobuf.version from 4.34.1 to 4.35.0 (#3582)
23b0fe55d is described below

commit 23b0fe55d481e6664af8490dc3e0b1628be1a7ef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 30 07:39:25 2026 +0200

    Bump protobuf.version from 4.34.1 to 4.35.0 (#3582)
    
    Bumps `protobuf.version` from 4.34.1 to 4.35.0.
    
    Updates `com.google.protobuf:protobuf-java` from 4.34.1 to 4.35.0
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Commits](https://github.com/protocolbuffers/protobuf/commits)
    
    Updates `com.google.protobuf:protobuf-java-util` from 4.34.1 to 4.35.0
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-version: 4.35.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: com.google.protobuf:protobuf-java-util
      dependency-version: 4.35.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 parquet-cli/pom.xml      | 2 +-
 parquet-protobuf/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml
index faf508aff..15ed8996b 100644
--- a/parquet-cli/pom.xml
+++ b/parquet-cli/pom.xml
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>com.google.protobuf</groupId>
       <artifactId>protobuf-java</artifactId>
-      <version>4.34.1</version>
+      <version>4.35.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index d67fc6551..f0bc97775 100644
--- a/parquet-protobuf/pom.xml
+++ b/parquet-protobuf/pom.xml
@@ -31,7 +31,7 @@
 
   <properties>
     <elephant-bird.version>4.4</elephant-bird.version>
-    <protobuf.version>4.34.1</protobuf.version>
+    <protobuf.version>4.35.0</protobuf.version>
     <common-protos.version>2.71.0</common-protos.version>  <!-- make sure it's 
compatible with protobuf.version -->
     <truth-proto-extension.version>1.4.5</truth-proto-extension.version>
   </properties>

Reply via email to