You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by yi...@apache.org on 2022/09/15 19:50:39 UTC

[hudi] branch master updated: [HUDI-4193] Upgrade Protobuf to 3.21.5 (#5784)

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

yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 39f562f4fa [HUDI-4193] Upgrade Protobuf to 3.21.5 (#5784)
39f562f4fa is described below

commit 39f562f4fa3f9c8329e40763b8ae1723b0eb155e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Sep 15 21:50:31 2022 +0200

    [HUDI-4193] Upgrade Protobuf to 3.21.5 (#5784)
---
 pom.xml | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff361e64e0..6cc3982093 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,8 +196,8 @@
     <zk-curator.version>2.7.1</zk-curator.version>
     <antlr.version>4.7</antlr.version>
     <aws.sdk.version>1.12.22</aws.sdk.version>
-    <proto.version>3.17.3</proto.version>
-    <protoc.version>3.11.4</protoc.version>
+    <proto.version>3.21.5</proto.version>
+    <protoc.version>3.21.5</protoc.version>
     <dynamodb.lockclient.version>1.1.0</dynamodb.lockclient.version>
     <zookeeper.version>3.5.7</zookeeper.version>
     <dynamodb-local.port>8000</dynamodb-local.port>
@@ -1883,18 +1883,6 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>m1-mac</id>
-      <properties>
-        <protoc.version>3.17.3</protoc.version>
-      </properties>
-      <activation>
-        <os>
-          <family>mac</family>
-          <arch>aarch64</arch>
-        </os>
-      </activation>
-    </profile>
     <!-- Exists for backwards compatibility; profile doesn't do anything -->
     <profile>
       <id>scala-2.11</id>