Skip to content

Commit 284bfdb

Browse files
committed
chore(deps): update dependencies (#18)
All updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-core-grpc](https://togithub.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-core-grpc) | patch | `1.91.2` -> `1.91.3` | | [com.google.api:gax-bom](https://togithub.com/googleapis/gax-java) ([source](https://togithub.com/googleapis/gax-java)) | minor | `1.49.0` -> `1.50.1` | | [com.google.api:gax-grpc](https://togithub.com/googleapis/gax-java) ([source](https://togithub.com/googleapis/gax-java)) | minor | `1.49.0` -> `1.50.1` | | [io.grpc:grpc-core](https://togithub.com/grpc/grpc-java) ([source](https://togithub.com/grpc/grpc-java)) | minor | `1.24.0` -> `1.25.0` | | [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) ([source](https://togithub.com/grpc/grpc-java)) | minor | `1.24.0` -> `1.25.0` | **manually copied and merged from the following PRs** * #1 chore(deps): update dependency com.google.cloud:google-cloud-core-grpc to v1.91.3 * #4 chore(deps): update gax.version to v1.50.1 * #5 chore(deps): update grpc packages to v1.25.0
1 parent 4f8d73a commit 284bfdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@
152152
<github.global.server>github</github.global.server>
153153
<site.installationModule>google-cloud-firestore-parent</site.installationModule>
154154
<project.javadoc.protobufBaseURL>https://googleapis.dev/java/google-api-grpc/latest</project.javadoc.protobufBaseURL>
155-
<google.core.version>1.91.2</google.core.version>
155+
<google.core.version>1.91.3</google.core.version>
156156
<google.api-common.version>1.8.1</google.api-common.version>
157157
<google.common-protos.version>1.17.0</google.common-protos.version>
158-
<gax.version>1.49.0</gax.version>
159-
<grpc.version>1.24.0</grpc.version>
158+
<gax.version>1.50.1</gax.version>
159+
<grpc.version>1.25.0</grpc.version>
160160
<protobuf.version>3.10.0</protobuf.version>
161161
<junit.version>4.12</junit.version>
162162
<guava.version>28.1-android</guava.version>

0 commit comments

Comments
 (0)