Skip to content

Commit

Permalink
build(deps): Bump grpc version to 1.56.1 (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 authored Jul 19, 2023
1 parent 5cf89d6 commit 1fcdd89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
consistent across modules in this repository -->
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<auto-value.version>1.10.1</auto-value.version>
<grpc.version>1.55.3</grpc.version>
<grpc.version>1.56.1</grpc.version>
<google.auth.version>1.19.0</google.auth.version>
<google.http-client.version>1.43.3</google.http-client.version>
<gson.version>2.10.1</gson.version>
Expand Down
2 changes: 1 addition & 1 deletion gax-java/dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ version.gax_httpjson=2.31.1-SNAPSHOT
# For context: https://github.com/googleapis/sdk-platform-java/pull/1791
version.com_google_protobuf=3.23.2
version.google_java_format=1.15.0
version.io_grpc=1.55.3
version.io_grpc=1.56.1

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

0 comments on commit 1fcdd89

Please sign in to comment.