Skip to content

Commit

Permalink
Downgrade gRPC and protobuf dependencies (#4666)
Browse files Browse the repository at this point in the history
* downgrade grpc, proto

* also downgrade gax-grpc
  • Loading branch information
jrhee17 committed Feb 13, 2023
1 parent a5ab6f5 commit 1278e70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ finagle = "22.12.0"
findbugs = "3.0.2"
futures-completable = "0.3.5"
futures-extra = "4.3.1"
gax-grpc = "2.23.0"
gax-grpc = "2.20.1"
graphql-java = "20.0"
graphql-kotlin = "6.3.5"
groovy = "3.0.14"
grpc-java = "1.52.1"
grpc-java = "1.49.1"
grpc-kotlin = "1.3.0"
guava = "31.1-jre"
hamcrest = "2.2"
Expand Down Expand Up @@ -80,7 +80,7 @@ opensaml = "3.4.6"
osdetector = "1.7.2"
proguard = "7.3.0"
prometheus = "0.16.0"
protobuf = "3.21.7"
protobuf = "3.21.1"
protobuf-gradle-plugin = "0.8.19"
protobuf-jackson = "2.0.0"
reactive-grpc = "1.2.3"
Expand Down

0 comments on commit 1278e70

Please sign in to comment.