Skip to content

Commit 56f5556

Browse files
authored
---
yaml --- r: 32135 b: refs/heads/autosynth-dialogflow c: 34d5609 h: refs/heads/master i: 32133: 518d7a2 32131: 8e17dc5 32127: 1136738
1 parent 95ae476 commit 56f5556

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
@@ -128,7 +128,7 @@ refs/heads/autosynth-bigtable: 2a6af7e2959fd79c99b8ca5d773f29a6434b546d
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130130
refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131-
refs/heads/autosynth-dialogflow: 5ff2aded2e8870c3055773db3f991c69dfc1d636
131+
refs/heads/autosynth-dialogflow: 34d5609a81fe53b6ecabf2236f3ea2c662bca18e
132132
refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3

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