Skip to content

Commit 705acb7

Browse files
authored
update gax to 1.31/0.48 (googleapis#3675)
1 parent eadf7bc commit 705acb7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

google-cloud-bom/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,34 +168,34 @@
168168
<dependency>
169169
<groupId>com.google.api</groupId>
170170
<artifactId>gax</artifactId>
171-
<version>1.30.0</version>
171+
<version>1.31.0</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.google.api</groupId>
175175
<artifactId>gax</artifactId>
176-
<version>1.30.0</version>
176+
<version>1.31.0</version>
177177
<classifier>testlib</classifier>
178178
</dependency>
179179
<dependency>
180180
<groupId>com.google.api</groupId>
181181
<artifactId>gax-grpc</artifactId>
182-
<version>1.30.0</version>
182+
<version>1.31.0</version>
183183
</dependency>
184184
<dependency>
185185
<groupId>com.google.api</groupId>
186186
<artifactId>gax-grpc</artifactId>
187-
<version>1.30.0</version>
187+
<version>1.31.0</version>
188188
<classifier>testlib</classifier>
189189
</dependency>
190190
<dependency>
191191
<groupId>com.google.api</groupId>
192192
<artifactId>gax-httpjson</artifactId>
193-
<version>0.47.0</version>
193+
<version>0.48.0</version>
194194
</dependency>
195195
<dependency>
196196
<groupId>com.google.api</groupId>
197197
<artifactId>gax-httpjson</artifactId>
198-
<version>0.47.0</version>
198+
<version>0.48.0</version>
199199
<classifier>testlib</classifier>
200200
</dependency>
201201
<dependency>

google-cloud-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<site.installationModule>google-cloud-clients</site.installationModule>
157157
<bom.version>0.61.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
158158
<api-client.version>1.24.1</api-client.version>
159-
<gax.version>1.30.0</gax.version>
159+
<gax.version>1.31.0</gax.version>
160160
<google.auth.version>0.11.0</google.auth.version>
161161
<grpc.version>1.13.1</grpc.version>
162162
<nettyssl.version>2.0.7.Final</nettyssl.version>

0 commit comments

Comments
 (0)