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

ztang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 12722ab  YARN-10042. Upgrade grpc-xxx depdencies to 1.26.0. 
Contributed by Sheng Liu.
12722ab is described below

commit 12722ab0c78b6a978f9355f9bdb2345b45d0d3be
Author: Zhankun Tang <[email protected]>
AuthorDate: Fri Dec 20 11:10:00 2019 +0800

    YARN-10042. Upgrade grpc-xxx depdencies to 1.26.0. Contributed by Sheng Liu.
---
 LICENSE-binary                                          | 13 +++++++------
 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml |  4 ++--
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 588b9dc..bdc8862 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -254,12 +254,13 @@ commons-lang:commons-lang:2.6
 commons-logging:commons-logging:1.1.3
 commons-net:commons-net:3.6
 de.ruedigermoeller:fst:2.50
-io.grpc:grpc-context:1.15.1
-io.grpc:grpc-core:1.15.1
-io.grpc:grpc-netty:1.15.1
-io.grpc:grpc-protobuf:1.15.1
-io.grpc:grpc-protobuf-lite:1.15.1
-io.grpc:grpc-stub:1.15.1
+io.grpc:grpc-api:1.26.0
+io.grpc:grpc-context:1.26.0
+io.grpc:grpc-core:1.26.0
+io.grpc:grpc-netty:1.26.0
+io.grpc:grpc-protobuf:1.26.0
+io.grpc:grpc-protobuf-lite:1.26.0
+io.grpc:grpc-stub:1.26.0
 io.netty:netty:3.10.6.Final
 io.netty:netty-all:4.0.52.Final
 io.netty:netty-all:4.1.27.Final
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml
index ba70199..2b4761e 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml
@@ -28,7 +28,7 @@
     <properties>
         <protobuf.version>3.6.1</protobuf.version>
         <guava.version>20.0</guava.version>
-        <grpc.version>1.15.1</grpc.version>
+        <grpc.version>1.26.0</grpc.version>
         <netty-all.version>4.1.27.Final</netty-all.version>
         <os-maven-plugin.version>1.5.0.Final</os-maven-plugin.version>
     </properties>
@@ -152,7 +152,7 @@
                 <configuration>
                     
<protocArtifact>com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier}</protocArtifact>
                     <pluginId>grpc-java</pluginId>
-                    
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.15.1:exe:${os.detected.classifier}</pluginArtifact>
+                    
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.26.0:exe:${os.detected.classifier}</pluginArtifact>
                 </configuration>
                 <executions>
                     <execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to