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

Commit 92b7632

Browse files
Neenu1995suztomo
andauthored
deps: update grpc to 1.42.1 (#1559)
* deps: update grpc to 1.42.1 * test: print bazel version * deps: update protobuf version to 3.19.1 * test: try googleapis container gcr.io/gapic-images/googleapis:latest * test: try using no container * chore: clarified comment on not using container in Bazel build Co-authored-by: Tomo Suzuki <[email protected]>
1 parent 7b354e7 commit 92b7632

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222

2323
bazel:
2424
runs-on: ubuntu-latest
25-
container: gcr.io/gapic-images/googleapis-bazel:20210105
25+
# Not using a container. The ubuntu-latest has Bazel 4.2 installed as of
26+
# November 2021. gRPC 1.42 requires Bazel 4.
27+
# https://github.com/grpc/grpc-java/pull/7598
2628
steps:
2729
- uses: actions/checkout@v2
2830
- uses: actions/setup-java@v1

dependencies.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.gax_httpjson=0.92.1-SNAPSHOT
2525
# with the sources.
2626
version.com_google_protobuf=3.19.1
2727
version.google_java_format=1.1
28-
version.io_grpc=1.41.0
28+
version.io_grpc=1.42.1
2929

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

0 commit comments

Comments
 (0)