File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ dependencies {
69
69
compile group : ' com.auth0' , name : ' java-jwt' , version :' 3.10.2'
70
70
compile group : ' com.google.protobuf' , name : ' protobuf-java' , version : ' 3.21.9'
71
71
compile group : ' com.google.api.grpc' , name : ' proto-google-common-protos' , version : ' 2.10.0'
72
- compile group : ' io.grpc' , name : ' grpc-testing' , version : ' 1.51.0 '
72
+ compile group : ' io.grpc' , name : ' grpc-testing' , version : ' 1.54.2 '
73
73
compile group : ' com.google.protobuf' , name : ' protobuf-java-util' , version : ' 3.21.9'
74
74
75
- implementation ' io.grpc:grpc-netty-shaded:1.28.0 '
76
- implementation ' io.grpc:grpc-protobuf:1.28.0 '
77
- implementation ' io.grpc:grpc-stub:1.28.0 '
75
+ implementation ' io.grpc:grpc-netty-shaded:1.54.2 '
76
+ implementation ' io.grpc:grpc-protobuf:1.54.2 '
77
+ implementation ' io.grpc:grpc-stub:1.54.2 '
78
78
79
79
compile(" io.opentelemetry:opentelemetry-api:1.19.0" )
80
80
You can’t perform that action at this time.
0 commit comments