Upgrade google http and oauth clients to 1.22.0

This commit is contained in:
John Lees-Miller
2016-06-02 12:26:58 +01:00
parent c3725e3246
commit 13a75fdb95
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -101,17 +101,17 @@
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.20.0</version>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.20.0</version>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.20.0</version>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>