diff --git a/distribution/proxy-native/src/main/release-docs/LICENSE b/distribution/proxy-native/src/main/release-docs/LICENSE
index 5bed3db28bf86..dea86439e86c0 100644
--- a/distribution/proxy-native/src/main/release-docs/LICENSE
+++ b/distribution/proxy-native/src/main/release-docs/LICENSE
@@ -259,10 +259,10 @@ The text of each license is the standard Apache 2.0 license.
jackson-dataformat-yaml 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
jackson-datatype-jsr310 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
jcl-over-slf4j 1.7.36: https://github.com/qos-ch/slf4j, Apache 2.0
- jetcd-api 0.7.5: https://github.com/etcd-io/jetcd, Apache 2.0
- jetcd-common 0.7.5: https://github.com/etcd-io/jetcd, Apache 2.0
- jetcd-core 0.7.5: https://github.com/etcd-io/jetcd, Apache 2.0
- jetcd-grpc 0.7.5: https://github.com/etcd-io/jetcd, Apache 2.0
+ jetcd-api 0.7.6: https://github.com/etcd-io/jetcd, Apache 2.0
+ jetcd-common 0.7.6: https://github.com/etcd-io/jetcd, Apache 2.0
+ jetcd-core 0.7.6: https://github.com/etcd-io/jetcd, Apache 2.0
+ jetcd-grpc 0.7.6: https://github.com/etcd-io/jetcd, Apache 2.0
json-path 2.8.0: https://github.com/jayway/JsonPath, Apache 2.0
json-smart 2.4.10: https://www.minidev.net/, Apache 2.0
json-simple 1.1.1: https://code.google.com/archive/p/json-simple/, Apache 2.0
diff --git a/distribution/proxy/src/main/release-docs/LICENSE b/distribution/proxy/src/main/release-docs/LICENSE
index 5bed3db28bf86..dea86439e86c0 100644
--- a/distribution/proxy/src/main/release-docs/LICENSE
+++ b/distribution/proxy/src/main/release-docs/LICENSE
@@ -259,10 +259,10 @@ The text of each license is the standard Apache 2.0 license.
jackson-dataformat-yaml 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
jackson-datatype-jsr310 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
jcl-over-slf4j 1.7.36: https://github.com/qos-ch/slf4j, Apache 2.0
- jetcd-api 0.7.5: https://github.com/etcd-io/jetcd, Apache 2.0
- jetcd-common 0.7.5: https://github.com/etcd-io/jetcd, Apache 2.0
- jetcd-core 0.7.5: https://github.com/etcd-io/jetcd, Apache 2.0
- jetcd-grpc 0.7.5: https://github.com/etcd-io/jetcd, Apache 2.0
+ jetcd-api 0.7.6: https://github.com/etcd-io/jetcd, Apache 2.0
+ jetcd-common 0.7.6: https://github.com/etcd-io/jetcd, Apache 2.0
+ jetcd-core 0.7.6: https://github.com/etcd-io/jetcd, Apache 2.0
+ jetcd-grpc 0.7.6: https://github.com/etcd-io/jetcd, Apache 2.0
json-path 2.8.0: https://github.com/jayway/JsonPath, Apache 2.0
json-smart 2.4.10: https://www.minidev.net/, Apache 2.0
json-simple 1.1.1: https://code.google.com/archive/p/json-simple/, Apache 2.0
diff --git a/mode/type/cluster/repository/provider/etcd/pom.xml b/mode/type/cluster/repository/provider/etcd/pom.xml
index ff846395d5ccd..50b9ac893295b 100644
--- a/mode/type/cluster/repository/provider/etcd/pom.xml
+++ b/mode/type/cluster/repository/provider/etcd/pom.xml
@@ -44,9 +44,5 @@
io.etcd
jetcd-core
-
- io.grpc
- grpc-all
-
diff --git a/pom.xml b/pom.xml
index d987a063a420b..a653227e116f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
3.9.0
5.5.0
- 0.7.5
+ 0.7.6
1.58.0
3.0.3
@@ -427,15 +427,31 @@
io.netty
netty-transport-native-unix-common
-
- io.grpc
- *
-
io.grpc
- grpc-all
+ grpc-core
+ ${grpc.version}
+
+
+ io.grpc
+ grpc-netty
+ ${grpc.version}
+
+
+ io.grpc
+ grpc-protobuf
+ ${grpc.version}
+
+
+ io.grpc
+ grpc-stub
+ ${grpc.version}
+
+
+ io.grpc
+ grpc-grpclb
${grpc.version}