Skip to content

Commit

Permalink
Fix convergence for google-cloud-bigquery by bumping oauth, http & ap…
Browse files Browse the repository at this point in the history
…i-client-appengine clients to 1.22.0
  • Loading branch information
Reynald Borer committed Feb 24, 2017
1 parent ffe1b55 commit c5ee626
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions google-cloud-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -76,7 +76,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-appengine</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -88,7 +88,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit c5ee626

Please sign in to comment.