Skip to content

Commit 64105b4

Browse files
authored
Bump gax versions to 1.29.0/0.46.0 (#3439)
1 parent 23fefa1 commit 64105b4

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
@@ -150,34 +150,34 @@
150150
<dependency>
151151
<groupId>com.google.api</groupId>
152152
<artifactId>gax</artifactId>
153-
<version>1.28.0</version>
153+
<version>1.29.0</version>
154154
</dependency>
155155
<dependency>
156156
<groupId>com.google.api</groupId>
157157
<artifactId>gax</artifactId>
158-
<version>1.28.0</version>
158+
<version>1.29.0</version>
159159
<classifier>testlib</classifier>
160160
</dependency>
161161
<dependency>
162162
<groupId>com.google.api</groupId>
163163
<artifactId>gax-grpc</artifactId>
164-
<version>1.28.0</version>
164+
<version>1.29.0</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>com.google.api</groupId>
168168
<artifactId>gax-grpc</artifactId>
169-
<version>1.28.0</version>
169+
<version>1.29.0</version>
170170
<classifier>testlib</classifier>
171171
</dependency>
172172
<dependency>
173173
<groupId>com.google.api</groupId>
174174
<artifactId>gax-httpjson</artifactId>
175-
<version>0.45.0</version>
175+
<version>0.46.0</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>com.google.api</groupId>
179179
<artifactId>gax-httpjson</artifactId>
180-
<version>0.45.0</version>
180+
<version>0.46.0</version>
181181
<classifier>testlib</classifier>
182182
</dependency>
183183
<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.53.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
158158
<api-client.version>1.23.0</api-client.version>
159-
<gax.version>1.28.0</gax.version>
159+
<gax.version>1.29.0</gax.version>
160160
<google.auth.version>0.9.1</google.auth.version>
161161
<grpc.version>1.12.0</grpc.version>
162162
<nettyssl.version>2.0.7.Final</nettyssl.version>

0 commit comments

Comments
 (0)