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

Commit 6f88400

Browse files
authored
deps: update core dependencies (#44)
1 parent 08d4fd1 commit 6f88400

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666
<google.core.version>1.91.1</google.core.version>
6767
<google.api-common.version>1.8.1</google.api-common.version>
6868
<google.common-protos.version>1.17.0</google.common-protos.version>
69-
<gax.version>1.52.0</gax.version>
70-
<grpc.version>1.26.0</grpc.version>
69+
<gax.version>1.53.0</gax.version>
70+
<grpc.version>1.27.0</grpc.version>
7171
<protobuf.version>3.11.1</protobuf.version>
7272
<junit.version>4.13</junit.version>
7373
<guava.version>28.1-android</guava.version>
7474
<threeten.version>1.4.1</threeten.version>
7575
<javax.annotations.version>1.3.2</javax.annotations.version>
7676
<animal-sniffer.version>1.18</animal-sniffer.version>
77-
<google.auth.version>0.19.0</google.auth.version>
77+
<google.auth.version>0.20.0</google.auth.version>
7878
<http-client-bom.version>1.34.0</http-client-bom.version>
7979
<google.proto-iam-v1.version>0.13.0</google.proto-iam-v1.version>
8080
</properties>
@@ -199,7 +199,7 @@
199199
<dependency>
200200
<groupId>com.google.cloud</groupId>
201201
<artifactId>google-cloud-core</artifactId>
202-
<version>1.92.0</version>
202+
<version>1.92.3</version>
203203
<scope>test</scope>
204204
</dependency>
205205
</dependencies>

0 commit comments

Comments
 (0)