upgrade protoc to 3.19.2 (#8523)
Signed-off-by: Megrez Lu <lujiajing1126@gmail.com>
This commit is contained in:
parent
6385c35322
commit
9aeb72a7c6
|
|
@ -14,6 +14,7 @@ Release Notes.
|
|||
* Exclude unnecessary libs when building under JDK 9+.
|
||||
* Migrate base Docker image to eclipse-temurin as adoptopenjdk is deprecated.
|
||||
* Add E2E test under Java 17.
|
||||
* Upgrade protoc to 3.19.2.
|
||||
|
||||
#### OAP Server
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -180,7 +180,7 @@
|
|||
<gson.version>2.8.6</gson.version>
|
||||
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
|
||||
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
|
||||
<com.google.protobuf.protoc.version>3.17.3</com.google.protobuf.protoc.version>
|
||||
<com.google.protobuf.protoc.version>3.19.2</com.google.protobuf.protoc.version>
|
||||
<protoc-gen-grpc-java.plugin.version>1.42.1</protoc-gen-grpc-java.plugin.version>
|
||||
<netty-tcnative-boringssl-static.version>2.0.43.Final</netty-tcnative-boringssl-static.version>
|
||||
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue