Browse Source

Merge pull request #7442 from sanshengshui/master

[3.4.2] Feature -upgrade protobuf version from 3.17.2 -> 3.21.7, support Mac M1(ARM Core) protobuf files compile
pull/7514/head
Andrew Shvayka 4 years ago
committed by GitHub
parent
commit
f01248e730
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pom.xml

2
pom.xml

@ -75,7 +75,7 @@
<mail.version>1.6.2</mail.version>
<curator.version>4.2.0</curator.version>
<zookeeper.version>3.5.5</zookeeper.version>
<protobuf.version>3.17.2</protobuf.version>
<protobuf.version>3.21.9</protobuf.version>
<grpc.version>1.42.1</grpc.version>
<mvel.version>2.4.22TB</mvel.version>
<lombok.version>1.18.18</lombok.version>

Loading…
Cancel
Save