From 12722ab0c78b6a978f9355f9bdb2345b45d0d3be Mon Sep 17 00:00:00 2001 From: Zhankun Tang Date: Fri, 20 Dec 2019 11:10:00 +0800 Subject: [PATCH] YARN-10042. Upgrade grpc-xxx depdencies to 1.26.0. Contributed by Sheng Liu. --- LICENSE-binary | 13 +++++++------ .../hadoop-yarn/hadoop-yarn-csi/pom.xml | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 588b9dc865..bdc88627ae 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 ba70199ad8..2b4761eac1 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 @@ 3.6.1 20.0 - 1.15.1 + 1.26.0 4.1.27.Final 1.5.0.Final @@ -152,7 +152,7 @@ com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier} grpc-java - io.grpc:protoc-gen-grpc-java:1.15.1:exe:${os.detected.classifier} + io.grpc:protoc-gen-grpc-java:1.26.0:exe:${os.detected.classifier}