|
155 | 155 | <github.global.server>github</github.global.server> |
156 | 156 | <site.installationModule>google-cloud-clients</site.installationModule> |
157 | 157 | <bom.version>0.70.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} --> |
158 | | - <api-client.version>1.24.1</api-client.version> |
| 158 | + <api-client.version>1.27.0</api-client.version> |
159 | 159 | <gax.version>1.34.0</gax.version> |
160 | | - <google.auth.version>0.11.0</google.auth.version> |
| 160 | + <google.auth.version>0.12.0</google.auth.version> |
161 | 161 | <grpc.version>1.15.0</grpc.version> |
162 | 162 | <nettyssl.version>2.0.7.Final</nettyssl.version> |
163 | 163 | <guava.version>20.0</guava.version> |
164 | | - <http-client.version>1.24.1</http-client.version> |
| 164 | + <http-client.version>1.27.0</http-client.version> |
| 165 | + <oauth-client.version>1.27.0</oauth-client.version> |
165 | 166 | <protobuf.version>3.6.1</protobuf.version> |
166 | 167 | <opencensus.version>0.15.0</opencensus.version> |
167 | 168 | <!-- test dependency versions --> |
|
181 | 182 | <dependency> |
182 | 183 | <groupId>com.google.apis</groupId> |
183 | 184 | <artifactId>google-api-services-bigquery</artifactId> |
184 | | - <version>v2-rev397-1.24.1</version> |
| 185 | + <version>v2-rev20181104-1.27.0</version> |
185 | 186 | </dependency> |
186 | 187 | <dependency> |
187 | 188 | <groupId>com.google.apis</groupId> |
188 | 189 | <artifactId>google-api-services-compute</artifactId> |
189 | | - <version>v1-rev193-1.24.1</version> |
| 190 | + <version>v1-rev20181022-1.27.0</version> |
190 | 191 | </dependency> |
191 | 192 | <dependency> |
192 | 193 | <groupId>com.google.cloud.datastore</groupId> |
|
196 | 197 | <dependency> |
197 | 198 | <groupId>com.google.apis</groupId> |
198 | 199 | <artifactId>google-api-services-dns</artifactId> |
199 | | - <version>v1-rev86-1.24.1</version> |
| 200 | + <version>v1-rev20180813-1.27.0</version> |
200 | 201 | </dependency> |
201 | 202 |
|
202 | 203 | <dependency> |
|
208 | 209 | <dependency> |
209 | 210 | <groupId>com.google.apis</groupId> |
210 | 211 | <artifactId>google-api-services-cloudresourcemanager</artifactId> |
211 | | - <version>v1-rev498-1.24.1</version> |
| 212 | + <version>v1-rev20181015-1.27.0</version> |
212 | 213 | </dependency> |
213 | 214 | <dependency> |
214 | 215 | <groupId>com.google.apis</groupId> |
215 | 216 | <artifactId>google-api-services-storage</artifactId> |
216 | | - <version>v1-rev135-1.24.1</version> |
| 217 | + <version>v1-rev20181013-1.27.0</version> |
217 | 218 | </dependency> |
218 | 219 | <dependency> |
219 | 220 | <groupId>com.google.apis</groupId> |
220 | 221 | <artifactId>google-api-services-translate</artifactId> |
221 | | - <version>v2-rev51-1.24.1</version> |
| 222 | + <version>v2-rev20170525-1.27.0</version> |
222 | 223 | </dependency> |
223 | 224 | <dependency> |
224 | 225 | <groupId>org.json</groupId> |
|
313 | 314 | <dependency> |
314 | 315 | <groupId>com.google.oauth-client</groupId> |
315 | 316 | <artifactId>google-oauth-client</artifactId> |
316 | | - <version>1.24.1</version> |
| 317 | + <version>${oauth-client.version}</version> |
317 | 318 | </dependency> |
318 | 319 | <dependency> |
319 | 320 | <groupId>com.google.api-client</groupId> |
|
0 commit comments