Skip to content

Commit

Permalink
deps: update core dependencies (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 12, 2020
1 parent f4a1199 commit 3573899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -63,11 +63,11 @@
<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.93.1</google.core.version>
<google.core.version>1.93.2</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.54.0</gax.version>
<grpc.version>1.27.2</grpc.version>
<grpc.version>1.28.0</grpc.version>
<protobuf.version>3.11.4</protobuf.version>
<junit.version>4.13</junit.version>
<guava.version>28.2-android</guava.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>1.93.1</version>
<version>1.93.2</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
Expand Down

0 comments on commit 3573899

Please sign in to comment.