Skip to content

Commit 3937c1f

Browse files
authored
---
yaml --- r: 29887 b: refs/heads/autosynth-video-intelligence c: 34d5609 h: refs/heads/master i: 29885: 9ec1ea1 29883: 706daad 29879: e0c6b38 29871: bb492c9 29855: 0f66721 29823: f5745ef
1 parent 3679d98 commit 3937c1f

2 files changed

Lines changed: 17 additions & 18 deletions

File tree

  • branches/autosynth-video-intelligence/google-cloud-clients

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ refs/heads/autosynth-compute: c0ad4e5b54b2b167d47e508ca215c039404837d3
115115
refs/heads/autosynth-container: e9a9a8564756e20770320ed54eafa867040a7690
116116
refs/heads/autosynth-monitoring: f3b29d97f847cecd186ec14aeee04a232aaf0e1b
117117
refs/heads/autosynth-pubsub: 7cb1cf88e2e0731dbdfb4540a0dce7fb33f71c93
118-
refs/heads/autosynth-video-intelligence: 5ff2aded2e8870c3055773db3f991c69dfc1d636
118+
refs/heads/autosynth-video-intelligence: 34d5609a81fe53b6ecabf2236f3ea2c662bca18e
119119
refs/heads/autosynth-vision: 01ef61bcef344ceee0198f56f18bc1db20201261
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b

branches/autosynth-video-intelligence/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)