Skip to content

Commit

Permalink
bigquery: update dependencies (#3017)
Browse files Browse the repository at this point in the history
Fixes #3015.
Looks like the previous version wasn't annotated properly or something.
  • Loading branch information
pongad authored Mar 9, 2018
1 parent 54a4e62 commit 4c73878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>v2-rev372-1.23.0</version>
<version>v2-rev377-1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand All @@ -186,7 +186,7 @@
<artifactId>commons-fileupload</artifactId>
<version>1.3.2</version>
</dependency>

<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudresourcemanager</artifactId>
Expand Down Expand Up @@ -271,7 +271,7 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
Expand Down

0 comments on commit 4c73878

Please sign in to comment.