|
154 | 154 | <github.global.server>github</github.global.server> |
155 | 155 | <site.installationModule>google-cloud-clients</site.installationModule> |
156 | 156 | <bom.version>0.91.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} --> |
157 | | - <api-client.version>1.27.0</api-client.version> |
| 157 | + <api-client.version>1.28.0</api-client.version> |
158 | 158 | <!-- make sure to keep gax version in sync with google-cloud-bom --> |
159 | 159 | <gax.version>1.44.0</gax.version> |
160 | 160 | <api.common.java.version>1.8.1</api.common.java.version> |
|
167 | 167 | <protobuf.version>3.7.1</protobuf.version> |
168 | 168 | <!-- make sure to keep opencensus version in sync with grpc --> |
169 | 169 | <opencensus.version>0.19.2</opencensus.version> |
| 170 | + <!-- make sure to keep version in sync with google-http-client --> |
| 171 | + <apache.httpclient.version>4.5.5</apache.httpclient.version> |
170 | 172 | <!-- test dependency versions --> |
171 | 173 | <easymock.version>3.4</easymock.version> |
172 | 174 | <objenesis.version>2.6</objenesis.version> |
|
199 | 201 | <dependency> |
200 | 202 | <groupId>com.google.apis</groupId> |
201 | 203 | <artifactId>google-api-services-bigquery</artifactId> |
202 | | - <version>v2-rev20181104-1.27.0</version> |
| 204 | + <version>v2-rev20190423-1.28.0</version> |
203 | 205 | </dependency> |
204 | 206 | <dependency> |
205 | 207 | <groupId>com.google.apis</groupId> |
206 | 208 | <artifactId>google-api-services-compute</artifactId> |
207 | | - <version>v1-rev20181022-1.27.0</version> |
| 209 | + <version>v1-rev20190403-1.28.0</version> |
208 | 210 | </dependency> |
209 | 211 | <dependency> |
210 | 212 | <groupId>com.google.cloud.datastore</groupId> |
|
214 | 216 | <dependency> |
215 | 217 | <groupId>com.google.apis</groupId> |
216 | 218 | <artifactId>google-api-services-dns</artifactId> |
217 | | - <version>v1-rev20180813-1.27.0</version> |
| 219 | + <version>v1-rev20190418-1.28.0</version> |
218 | 220 | </dependency> |
219 | 221 |
|
220 | 222 | <!-- TODO(chingor): Remove this when grpc and guava converge --> |
|
233 | 235 | <dependency> |
234 | 236 | <groupId>com.google.apis</groupId> |
235 | 237 | <artifactId>google-api-services-cloudresourcemanager</artifactId> |
236 | | - <version>v1-rev20181015-1.27.0</version> |
| 238 | + <version>v1-rev20190424-1.28.0</version> |
237 | 239 | </dependency> |
238 | 240 | <dependency> |
239 | 241 | <groupId>com.google.apis</groupId> |
240 | 242 | <artifactId>google-api-services-storage</artifactId> |
241 | | - <version>v1-rev20181109-1.27.0</version> |
| 243 | + <version>v1-rev20190426-1.28.0</version> |
242 | 244 | </dependency> |
243 | 245 | <dependency> |
244 | 246 | <groupId>com.google.apis</groupId> |
245 | 247 | <artifactId>google-api-services-translate</artifactId> |
246 | | - <version>v2-rev20170525-1.27.0</version> |
| 248 | + <version>v2-rev20170525-1.28.0</version> |
247 | 249 | </dependency> |
248 | 250 | <dependency> |
249 | 251 | <groupId>com.google.cloud</groupId> |
|
0 commit comments