[DS-3795] bumped bumped other Google API dependencies to 1.23.0, as per suggestion of tdonohue

This commit is contained in:
Hardy Pottinger
2018-01-22 14:29:09 -06:00
parent e9396a9d05
commit a419ff7608

View File

@@ -1380,17 +1380,17 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-analytics</artifactId>
<version>v3-rev123-1.21.0</version>
<version>v3-rev123-1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.21.0</version>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.21.0</version>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
@@ -1410,7 +1410,7 @@
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.21.0</version>
<version>1.23.0</version>
</dependency>
<!-- Findbugs annotations -->
<dependency>