Skip to content

Commit 5a5c66f

Browse files
Upgrading dependencies (#3530)
1 parent 26f5b5b commit 5a5c66f

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

google-api-grpc/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,19 @@
100100
<dependency>
101101
<groupId>io.grpc</groupId>
102102
<artifactId>grpc-stub</artifactId>
103-
<version>1.10.1</version>
103+
<version>1.13.1</version>
104104
<scope>compile</scope>
105105
</dependency>
106106
<dependency>
107107
<groupId>io.grpc</groupId>
108108
<artifactId>grpc-protobuf</artifactId>
109-
<version>1.10.1</version>
109+
<version>1.13.1</version>
110110
<scope>compile</scope>
111111
</dependency>
112112
<dependency>
113113
<groupId>com.google.api</groupId>
114114
<artifactId>api-common</artifactId>
115-
<version>1.6.0</version>
115+
<version>1.7.0</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>com.google.api.grpc</groupId>

google-cloud-bom/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -163,39 +163,39 @@
163163
<dependency>
164164
<groupId>com.google.api</groupId>
165165
<artifactId>api-common</artifactId>
166-
<version>1.6.0</version>
166+
<version>1.7.0</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.google.api</groupId>
170170
<artifactId>gax</artifactId>
171-
<version>1.29.0</version>
171+
<version>1.30.0</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.google.api</groupId>
175175
<artifactId>gax</artifactId>
176-
<version>1.29.0</version>
176+
<version>1.30.0</version>
177177
<classifier>testlib</classifier>
178178
</dependency>
179179
<dependency>
180180
<groupId>com.google.api</groupId>
181181
<artifactId>gax-grpc</artifactId>
182-
<version>1.29.0</version>
182+
<version>1.30.0</version>
183183
</dependency>
184184
<dependency>
185185
<groupId>com.google.api</groupId>
186186
<artifactId>gax-grpc</artifactId>
187-
<version>1.29.0</version>
187+
<version>1.30.0</version>
188188
<classifier>testlib</classifier>
189189
</dependency>
190190
<dependency>
191191
<groupId>com.google.api</groupId>
192192
<artifactId>gax-httpjson</artifactId>
193-
<version>0.46.0</version>
193+
<version>0.47.0</version>
194194
</dependency>
195195
<dependency>
196196
<groupId>com.google.api</groupId>
197197
<artifactId>gax-httpjson</artifactId>
198-
<version>0.46.0</version>
198+
<version>0.47.0</version>
199199
<classifier>testlib</classifier>
200200
</dependency>
201201
<dependency>

google-cloud-clients/pom.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@
155155
<github.global.server>github</github.global.server>
156156
<site.installationModule>google-cloud-clients</site.installationModule>
157157
<bom.version>0.56.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
158-
<api-client.version>1.23.0</api-client.version>
159-
<gax.version>1.29.0</gax.version>
158+
<api-client.version>1.24.1</api-client.version>
159+
<gax.version>1.30.0</gax.version>
160160
<google.auth.version>0.10.0</google.auth.version>
161161
<grpc.version>1.13.1</grpc.version>
162162
<nettyssl.version>2.0.7.Final</nettyssl.version>
163163
<guava.version>20.0</guava.version>
164-
<http-client.version>1.23.0</http-client.version>
164+
<http-client.version>1.24.1</http-client.version>
165165
<protobuf.version>3.6.0</protobuf.version>
166166
<opencensus.version>0.15.0</opencensus.version>
167167
<!-- test dependency versions -->
@@ -181,12 +181,12 @@
181181
<dependency>
182182
<groupId>com.google.apis</groupId>
183183
<artifactId>google-api-services-bigquery</artifactId>
184-
<version>v2-rev383-1.23.0</version>
184+
<version>v2-rev397-1.24.1</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>com.google.apis</groupId>
188188
<artifactId>google-api-services-compute</artifactId>
189-
<version>v1-rev103-1.21.0</version>
189+
<version>v1-rev193-1.24.1</version>
190190
</dependency>
191191
<dependency>
192192
<groupId>com.google.cloud.datastore</groupId>
@@ -197,7 +197,7 @@
197197
<dependency>
198198
<groupId>com.google.apis</groupId>
199199
<artifactId>google-api-services-dns</artifactId>
200-
<version>v1-rev66-1.23.0</version>
200+
<version>v1-rev86-1.24.1</version>
201201
</dependency>
202202
<dependency>
203203
<groupId>commons-fileupload</groupId>
@@ -208,17 +208,17 @@
208208
<dependency>
209209
<groupId>com.google.apis</groupId>
210210
<artifactId>google-api-services-cloudresourcemanager</artifactId>
211-
<version>v1-rev470-1.23.0</version>
211+
<version>v1-rev498-1.24.1</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>com.google.apis</groupId>
215215
<artifactId>google-api-services-storage</artifactId>
216-
<version>v1-rev131-1.23.0</version>
216+
<version>v1-rev135-1.24.1</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>com.google.apis</groupId>
220220
<artifactId>google-api-services-translate</artifactId>
221-
<version>v2-rev47-1.22.0</version>
221+
<version>v2-rev51-1.24.1</version>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.json</groupId>
@@ -318,7 +318,7 @@
318318
<dependency>
319319
<groupId>com.google.oauth-client</groupId>
320320
<artifactId>google-oauth-client</artifactId>
321-
<version>1.23.0</version>
321+
<version>1.24.1</version>
322322
</dependency>
323323
<dependency>
324324
<groupId>com.google.api-client</groupId>
@@ -764,7 +764,7 @@
764764
</groups>
765765
<links>
766766
<link>https://developers.google.com/protocol-buffers/docs/reference/java/</link>
767-
<link>http://google.github.io/google-auth-library-java/releases/${google.auth.version}/apidocs/</link>
767+
<link>http://google.github.io/google-auth-library-java/releases/latest/apidocs/</link>
768768
<link>http://googleapis.github.io/gax-java/${gax.version}/apidocs/</link>
769769
<link>http://googleapis.github.io/googleapis/java/all/latest/apidocs/</link>
770770
</links>
@@ -807,7 +807,7 @@
807807
</executions>
808808
<configuration>
809809
<links>
810-
<link>http://google.github.io/google-auth-library-java/releases/${google.auth.version}/apidocs/</link>
810+
<link>http://google.github.io/google-auth-library-java/releases/latest/apidocs/</link>
811811
</links>
812812
</configuration>
813813
</plugin>

0 commit comments

Comments
 (0)