Skip to content

Commit d59be32

Browse files
authored
---
yaml --- r: 35017 b: refs/heads/autosynth-trace c: 34d5609 h: refs/heads/master i: 35015: 9dcb2fa
1 parent 522288a commit d59be32

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
@@ -141,7 +141,7 @@ refs/heads/autosynth-spanner: d963fe4368e79cf6abae5d511785e8ced8ac57f4
141141
refs/heads/autosynth-speech: c563dcd420cce0a37c39b1b9c24be1b9ba604dc7
142142
refs/heads/autosynth-tasks: 25d1eafe8cb66b00e3dad765dac74a5b45b83e63
143143
refs/heads/autosynth-texttospeech: 7a3ad430dddaed7a76f2026064502680c9339915
144-
refs/heads/autosynth-trace: 5ff2aded2e8870c3055773db3f991c69dfc1d636
144+
refs/heads/autosynth-trace: 34d5609a81fe53b6ecabf2236f3ea2c662bca18e
145145
refs/heads/autosynth-websecurityscanner: fa561b356aabcd92d415ae8dc88fd8d87dbc5b23
146146
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
147147
refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9

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