You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/06/19 15:12:15 UTC

[dubbo] branch 3.0 updated: upgrade grpc gen version (#8101)

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

albumenj pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 541ea63  upgrade grpc gen version (#8101)
541ea63 is described below

commit 541ea63659b5ffff8a63b9984ab9b7032844b6a6
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Sat Jun 19 23:12:01 2021 +0800

    upgrade grpc gen version (#8101)
---
 dubbo-registry/dubbo-registry-xds/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dubbo-registry/dubbo-registry-xds/pom.xml b/dubbo-registry/dubbo-registry-xds/pom.xml
index e18435b..b674d52 100644
--- a/dubbo-registry/dubbo-registry-xds/pom.xml
+++ b/dubbo-registry/dubbo-registry-xds/pom.xml
@@ -97,9 +97,9 @@
                 <artifactId>protobuf-maven-plugin</artifactId>
                 <version>0.6.1</version>
                 <configuration>
-                    <protocArtifact>com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier}</protocArtifact>
+                    <protocArtifact>com.google.protobuf:protoc:3.12.0:exe:${os.detected.classifier}</protocArtifact>
                     <pluginId>grpc-java</pluginId>
-                    <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.14.0:exe:${os.detected.classifier}</pluginArtifact>
+                    <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.31.1:exe:${os.detected.classifier}</pluginArtifact>
                 </configuration>
                 <executions>
                     <execution>
@@ -112,4 +112,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>