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

Commit c946655

Browse files
authored
deps: gRPC upgrade to 1.43.2 (#567)
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> ☕️
1 parent 2f154a3 commit c946655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

first-party-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<properties>
5656
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5757
<site.installationModule>${project.artifactId}</site.installationModule>
58-
<grpc.version>1.43.1</grpc.version>
58+
<grpc.version>1.43.2</grpc.version>
5959
<gax.version>2.8.1</gax.version>
6060
<grpc-gcp.version>1.1.0</grpc-gcp.version>
6161
<guava.version>31.0.1-jre</guava.version>

0 commit comments

Comments
 (0)