Skip to content

Commit

Permalink
deps: gRPC upgrade to 1.43.2 (googleapis#567)
Browse files Browse the repository at this point in the history
While we didn't wait for it, gRPC 1.43.2 became available now. The only change in gRPC 1.43.2 is the protobuf version upgrade.

--
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-shared-dependencies/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️
  • Loading branch information
suztomo committed Mar 17, 2022
1 parent 636ed59 commit 1051d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-party-dependencies/pom.xml
Expand Up @@ -55,7 +55,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<site.installationModule>${project.artifactId}</site.installationModule>
<grpc.version>1.43.1</grpc.version>
<grpc.version>1.43.2</grpc.version>
<gax.version>2.8.1</gax.version>
<grpc-gcp.version>1.1.0</grpc-gcp.version>
<guava.version>31.0.1-jre</guava.version>
Expand Down

0 comments on commit 1051d1f

Please sign in to comment.