Skip to content

Commit c5ee626

Browse files
author
Reynald Borer
committed
Fix convergence for google-cloud-bigquery by bumping oauth, http & api-client-appengine clients to 1.22.0
1 parent ffe1b55 commit c5ee626

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

google-cloud-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.http-client</groupId>
4848
<artifactId>google-http-client</artifactId>
49-
<version>1.21.0</version>
49+
<version>1.22.0</version>
5050
<scope>compile</scope>
5151
<exclusions>
5252
<exclusion>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.google.oauth-client</groupId>
6161
<artifactId>google-oauth-client</artifactId>
62-
<version>1.21.0</version>
62+
<version>1.22.0</version>
6363
<scope>compile</scope>
6464
<exclusions>
6565
<exclusion>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.google.api-client</groupId>
7878
<artifactId>google-api-client-appengine</artifactId>
79-
<version>1.21.0</version>
79+
<version>1.22.0</version>
8080
<scope>compile</scope>
8181
<exclusions>
8282
<exclusion>
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.google.http-client</groupId>
9090
<artifactId>google-http-client-jackson</artifactId>
91-
<version>1.21.0</version>
91+
<version>1.22.0</version>
9292
<scope>compile</scope>
9393
<exclusions>
9494
<exclusion>

0 commit comments

Comments
 (0)