Skip to content

Commit 50a3202

Browse files
authored
---
yaml --- r: 11675 b: refs/heads/autosynth-pubsub c: fc53abd h: refs/heads/master i: 11673: 20c2224 11671: c0275a7
1 parent 39d7607 commit 50a3202

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ refs/heads/autosynth-compute: fa508ebab5b6a1db14949441c8de868cefbcf1a6
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117
refs/heads/autosynth-dataproc: c0f21dd811166848a60f810565a5614bb9c7f47e
118118
refs/heads/autosynth-monitoring: 28bf7ca67c0aab4815884e5d6253aaa8aa3baa1c
119-
refs/heads/autosynth-pubsub: 2f4b0ca66ddc24e39ae6a56d99c0638f86664040
119+
refs/heads/autosynth-pubsub: fc53abde5c51e0eee0bb8f5cb83cc34905530845
120120
refs/heads/autosynth-video-intelligence: 06fb1841ae847f4ef79a62ba995efbabc213edf8
121121
refs/heads/autosynth-vision: 6bece1ee6c1c41d5822c72bf0d6a82484166b402
122122
refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d

branches/autosynth-pubsub/google-cloud-clients/google-cloud-dns/src/main/java/com/google/cloud/dns/ProjectInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.google.cloud.dns;
1818

19-
import static com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull;
19+
import static com.google.common.base.Preconditions.checkNotNull;
2020

2121
import com.google.api.services.dns.model.Project;
2222
import com.google.common.base.MoreObjects;

branches/autosynth-pubsub/google-cloud-clients/pom.xml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,14 @@
155155
<github.global.server>github</github.global.server>
156156
<site.installationModule>google-cloud-clients</site.installationModule>
157157
<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>
159159
<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>
161161
<grpc.version>1.15.0</grpc.version>
162162
<nettyssl.version>2.0.7.Final</nettyssl.version>
163163
<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>
165166
<protobuf.version>3.6.1</protobuf.version>
166167
<opencensus.version>0.15.0</opencensus.version>
167168
<!-- test dependency versions -->
@@ -181,12 +182,12 @@
181182
<dependency>
182183
<groupId>com.google.apis</groupId>
183184
<artifactId>google-api-services-bigquery</artifactId>
184-
<version>v2-rev397-1.24.1</version>
185+
<version>v2-rev20181104-1.27.0</version>
185186
</dependency>
186187
<dependency>
187188
<groupId>com.google.apis</groupId>
188189
<artifactId>google-api-services-compute</artifactId>
189-
<version>v1-rev193-1.24.1</version>
190+
<version>v1-rev20181022-1.27.0</version>
190191
</dependency>
191192
<dependency>
192193
<groupId>com.google.cloud.datastore</groupId>
@@ -196,7 +197,7 @@
196197
<dependency>
197198
<groupId>com.google.apis</groupId>
198199
<artifactId>google-api-services-dns</artifactId>
199-
<version>v1-rev86-1.24.1</version>
200+
<version>v1-rev20180813-1.27.0</version>
200201
</dependency>
201202

202203
<dependency>
@@ -208,17 +209,17 @@
208209
<dependency>
209210
<groupId>com.google.apis</groupId>
210211
<artifactId>google-api-services-cloudresourcemanager</artifactId>
211-
<version>v1-rev498-1.24.1</version>
212+
<version>v1-rev20181015-1.27.0</version>
212213
</dependency>
213214
<dependency>
214215
<groupId>com.google.apis</groupId>
215216
<artifactId>google-api-services-storage</artifactId>
216-
<version>v1-rev135-1.24.1</version>
217+
<version>v1-rev20181013-1.27.0</version>
217218
</dependency>
218219
<dependency>
219220
<groupId>com.google.apis</groupId>
220221
<artifactId>google-api-services-translate</artifactId>
221-
<version>v2-rev51-1.24.1</version>
222+
<version>v2-rev20170525-1.27.0</version>
222223
</dependency>
223224
<dependency>
224225
<groupId>org.json</groupId>
@@ -313,7 +314,7 @@
313314
<dependency>
314315
<groupId>com.google.oauth-client</groupId>
315316
<artifactId>google-oauth-client</artifactId>
316-
<version>1.24.1</version>
317+
<version>${oauth-client.version}</version>
317318
</dependency>
318319
<dependency>
319320
<groupId>com.google.api-client</groupId>

0 commit comments

Comments
 (0)