Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

deps: update grpc to 1.42.1 #1559

Merged
merged 8 commits into from Nov 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -22,7 +22,9 @@ jobs:

bazel:
runs-on: ubuntu-latest
container: gcr.io/gapic-images/googleapis-bazel:20210105
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This had Bazel 3.

# Not using a container. The ubuntu-latest has Bazel 4.2 installed as of
# November 2021. gRPC 1.42 requires Bazel 4.
# https://github.com/grpc/grpc-java/pull/7598
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand Down
2 changes: 1 addition & 1 deletion dependencies.properties
Expand Up @@ -25,7 +25,7 @@ version.gax_httpjson=0.92.1-SNAPSHOT
# with the sources.
version.com_google_protobuf=3.19.1
Copy link
Member

@suztomo suztomo Nov 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per #1566, this protobuf version upgrade causes the problem "The repository '@maven' could not be resolved and referenced by '@com_google_protobuf//java/util:util". gRPC is not the one causing it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to upgrade to the latest in protobuf too. The rest of the java client libraries will upgrade to protobuf 3.19.1 with shared deps 2.5.0.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#1571 will fix the protobuf problem.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1571 has been merged.

version.google_java_format=1.1
version.io_grpc=1.41.0
version.io_grpc=1.42.1

# Maven artifacts.
# Note, the actual name of each property matters (bazel build scripts depend on it).
Expand Down