Skip to content

Commit

Permalink
Merge pull request #92 from GoogleCloudPlatform/fix-bq
Browse files Browse the repository at this point in the history
Update maven dependencies in bigquery
  • Loading branch information
lesv committed Feb 11, 2016
2 parents b0a56a5 + 4128814 commit 97968e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>v2-rev158-1.19.0</version>
<version>v2-rev265-1.21.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3.1</version>
<version>2.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -59,8 +59,8 @@
</dependencies>

<properties>
<project.http.version>1.19.0</project.http.version>
<project.oauth.version>1.19.0</project.oauth.version>
<project.http.version>1.21.0</project.http.version>
<project.oauth.version>1.21.0</project.oauth.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 97968e6

Please sign in to comment.