Skip to content

Commit d0b7475

Browse files
committed
[HUDI-4193] Upgrade Protobuf to 3.21.5
1 parent e788eb2 commit d0b7475

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
<zk-curator.version>2.7.1</zk-curator.version>
193193
<antlr.version>4.7</antlr.version>
194194
<aws.sdk.version>1.12.22</aws.sdk.version>
195-
<proto.version>3.17.3</proto.version>
196-
<protoc.version>3.11.4</protoc.version>
195+
<proto.version>3.21.5</proto.version>
196+
<protoc.version>3.21.5</protoc.version>
197197
<dynamodb.lockclient.version>1.1.0</dynamodb.lockclient.version>
198198
<zookeeper.version>3.5.7</zookeeper.version>
199199
<dynamodb-local.port>8000</dynamodb-local.port>
@@ -1834,18 +1834,6 @@
18341834
</plugins>
18351835
</build>
18361836
</profile>
1837-
<profile>
1838-
<id>m1-mac</id>
1839-
<properties>
1840-
<protoc.version>3.17.3</protoc.version>
1841-
</properties>
1842-
<activation>
1843-
<os>
1844-
<family>mac</family>
1845-
<arch>aarch64</arch>
1846-
</os>
1847-
</activation>
1848-
</profile>
18491837
<!-- Exists for backwards compatibility; profile doesn't do anything -->
18501838
<profile>
18511839
<id>scala-2.11</id>

0 commit comments

Comments
 (0)