Bump up grpc version to 1.53.0 (#11056)
This commit is contained in:
parent
1630f1afa7
commit
14fbd975be
|
|
@ -287,14 +287,14 @@ The text of each license is the standard Apache 2.0 license.
|
|||
https://mvnrepository.com/artifact/io.fabric8/kubernetes-model-scheduling/6.7.1 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.fabric8/kubernetes-model-storageclass/6.7.1 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.fabric8/zjsonpatch/0.3.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-api/1.49.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-context/1.49.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-core/1.49.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-grpclb/1.49.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-netty/1.49.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-protobuf/1.49.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-protobuf-lite/1.49.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-stub/1.49.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-api/1.53.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-context/1.53.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-core/1.53.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-grpclb/1.53.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-netty/1.53.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-protobuf/1.53.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-protobuf-lite/1.53.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.grpc/grpc-stub/1.53.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.micrometer/micrometer-commons/1.10.5 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.micrometer/micrometer-core/1.10.5 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.micrometer/micrometer-observation/1.10.5 Apache-2.0
|
||||
|
|
@ -319,7 +319,7 @@ The text of each license is the standard Apache 2.0 license.
|
|||
https://mvnrepository.com/artifact/io.netty/netty-transport-classes-epoll/4.1.91.Final Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.netty/netty-transport-native-epoll/4.1.45.Final Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.netty/netty-transport-native-epoll/4.1.91.Final Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.netty/netty-transport-native-unix-common/4.1.77.Final Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.netty/netty-transport-native-unix-common/4.1.79.Final Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.netty/netty-transport-native-unix-common/4.1.91.Final Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.perfmark/perfmark-api/0.25.0 Apache-2.0
|
||||
https://mvnrepository.com/artifact/io.prometheus/simpleclient/0.6.0 Apache-2.0
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
* Update BanyanDB Java Client to 0.4.0
|
||||
* Support aggregate `Labeled Value Metrics` in MQE.
|
||||
* [Breaking change] Change the default label name in MQE from `labe`l to `_`.
|
||||
* Bump up grpc version to 1.53.0.
|
||||
|
||||
#### UI
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -158,7 +158,7 @@
|
|||
<lombok.version>1.18.22</lombok.version>
|
||||
|
||||
<!-- core lib dependency -->
|
||||
<grpc.version>1.49.0</grpc.version>
|
||||
<grpc.version>1.53.0</grpc.version>
|
||||
<netty.version>4.1.86.Final</netty.version>
|
||||
<netty-tcnative-boringssl-static.version>2.0.52.Final</netty-tcnative-boringssl-static.version>
|
||||
<gson.version>2.9.0</gson.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue