Skip to content

Commit 3a95b62

Browse files
authored
---
yaml --- r: 33777 b: refs/heads/autosynth-redis c: 34d5609 h: refs/heads/master i: 33775: 3c6ca71
1 parent 02a15f6 commit 3a95b62

2 files changed

Lines changed: 17 additions & 18 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ refs/heads/autosynth-iot: 044be280805a59e06d09658688c9ee474a9815ad
135135
refs/heads/autosynth-kms: d31449d6621a50fb16a4bef4f30f0f3051d27d7c
136136
refs/heads/autosynth-language: 6130869312f99a1e7d3aa0485759172a23333cc5
137137
refs/heads/autosynth-os-login: 49028d40ac477fca5f948cc5a3ce7422729fdb67
138-
refs/heads/autosynth-redis: 5ff2aded2e8870c3055773db3f991c69dfc1d636
138+
refs/heads/autosynth-redis: 34d5609a81fe53b6ecabf2236f3ea2c662bca18e
139139
refs/heads/autosynth-scheduler: 57f9fdb1e7de30c85f4ec7198931a07f50603e55
140140
refs/heads/autosynth-spanner: de02ca32edea133b68b51052e325359a3704b5d2
141141
refs/heads/autosynth-speech: 64692f6db11364f663921be02c08072b966b6e7b

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

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<github.global.server>github</github.global.server>
155155
<site.installationModule>google-cloud-clients</site.installationModule>
156156
<bom.version>0.94.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
157-
<api-client.version>1.28.0</api-client.version>
157+
<api-client.version>1.29.2</api-client.version>
158158
<!-- make sure to keep gax version in sync with google-cloud-bom -->
159159
<gax.version>1.44.0</gax.version>
160160
<api.common.java.version>1.8.1</api.common.java.version>
@@ -163,7 +163,7 @@
163163
<!-- We are currently using the *-android version to support JDK7. -->
164164
<guava.version>27.1-android</guava.version>
165165
<http-client-bom.version>1.29.2</http-client-bom.version>
166-
<oauth-client.version>1.29.0</oauth-client.version>
166+
<oauth-client.version>1.29.2</oauth-client.version>
167167
<protobuf.version>3.7.1</protobuf.version>
168168
<!-- make sure to keep opencensus version in sync with grpc -->
169169
<opencensus.version>0.21.0</opencensus.version>
@@ -198,6 +198,20 @@
198198
<type>pom</type>
199199
<scope>import</scope>
200200
</dependency>
201+
<dependency>
202+
<groupId>com.google.oauth-client</groupId>
203+
<artifactId>google-oauth-client-bom</artifactId>
204+
<version>${oauth-client.version}</version>
205+
<type>pom</type>
206+
<scope>import</scope>
207+
</dependency>
208+
<dependency>
209+
<groupId>com.google.api-client</groupId>
210+
<artifactId>google-api-client-bom</artifactId>
211+
<version>${api-client.version}</version>
212+
<type>pom</type>
213+
<scope>import</scope>
214+
</dependency>
201215
<dependency>
202216
<groupId>com.google.apis</groupId>
203217
<artifactId>google-api-services-bigquery</artifactId>
@@ -323,21 +337,6 @@
323337
<artifactId>auto-value</artifactId>
324338
<version>1.4</version>
325339
</dependency>
326-
<dependency>
327-
<groupId>com.google.oauth-client</groupId>
328-
<artifactId>google-oauth-client</artifactId>
329-
<version>${oauth-client.version}</version>
330-
</dependency>
331-
<dependency>
332-
<groupId>com.google.api-client</groupId>
333-
<artifactId>google-api-client-appengine</artifactId>
334-
<version>${api-client.version}</version>
335-
</dependency>
336-
<dependency>
337-
<groupId>com.google.api-client</groupId>
338-
<artifactId>google-api-client</artifactId>
339-
<version>${api-client.version}</version>
340-
</dependency>
341340
<dependency>
342341
<groupId>com.google.auth</groupId>
343342
<artifactId>google-auth-library-credentials</artifactId>

0 commit comments

Comments
 (0)