Skip to content

Commit

Permalink
deps: update core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 31, 2020
1 parent e30b3d7 commit 7021c65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -63,10 +63,10 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-bigquery-parent</site.installationModule>
<google.core.version>1.92.3</google.core.version>
<google.core.version>1.92.4</google.core.version>
<google.api-common.version>1.8.1</google.api-common.version>
<google.common-protos.version>1.17.0</google.common-protos.version>
<gax.version>1.53.0</gax.version>
<gax.version>1.53.1</gax.version>
<grpc.version>1.27.0</grpc.version>
<protobuf.version>3.11.1</protobuf.version>
<junit.version>4.13</junit.version>
Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Expand Up @@ -59,12 +59,12 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.53.0</version>
<version>1.53.1</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>1.92.3</version>
<version>1.92.4</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
Expand Down

0 comments on commit 7021c65

Please sign in to comment.