Skip to content

Commit c6622b8

Browse files
authored
deps: update core dependencies (#144)
1 parent e619233 commit c6622b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6464
<github.global.server>github</github.global.server>
6565
<site.installationModule>google-cloud-bigquery-parent</site.installationModule>
66-
<google.core.version>1.92.3</google.core.version>
66+
<google.core.version>1.92.4</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.53.0</gax.version>
69+
<gax.version>1.53.1</gax.version>
7070
<grpc.version>1.27.0</grpc.version>
7171
<protobuf.version>3.11.3</protobuf.version>
7272
<junit.version>4.13</junit.version>

samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959
<dependency>
6060
<groupId>com.google.api</groupId>
6161
<artifactId>gax</artifactId>
62-
<version>1.53.0</version>
62+
<version>1.53.1</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.cloud</groupId>
6666
<artifactId>google-cloud-core</artifactId>
67-
<version>1.92.3</version>
67+
<version>1.92.4</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.google.auth</groupId>

0 commit comments

Comments
 (0)