Upgrade protobuf version so that it will build on M1 Macs (#714)

Signed-off-by: Jiaming Lu <jiaming.lu@simplytyped.cn>
Co-authored-by: Jiaming Lu <jiaming.lu@simplytyped.cn>
Co-authored-by: shi yuhang <52435083+shiyuhang0@users.noreply.github.com>
This commit is contained in:
Jiaming Lu 2023-03-07 14:39:31 +08:00 committed by GitHub
parent bcd11f34ca
commit c1c804c865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<protobuf.version>3.5.1</protobuf.version>
<protobuf.version>3.18.0</protobuf.version>
<log4j.version>1.2.17</log4j.version>
<slf4j.version>1.7.16</slf4j.version>
<grpc.version>1.48.0</grpc.version>