Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: update core dependencies (#122)
  • Loading branch information
renovate-bot committed Jan 31, 2020
1 parent f643414 commit 41ec3a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.92.2</google.core.version>
<google.core.version>1.92.3</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>
<grpc.version>1.26.0</grpc.version>
<grpc.version>1.27.0</grpc.version>
<protobuf.version>3.11.1</protobuf.version>
<junit.version>4.13</junit.version>
<guava.version>28.2-android</guava.version>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Expand Up @@ -64,12 +64,12 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>1.92.2</version>
<version>1.92.3</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit 41ec3a7

Please sign in to comment.