Skip to content

Commit e6e5722

Browse files
Bumping gax, using gax-bom (#3841)
1 parent d971c35 commit e6e5722

2 files changed

Lines changed: 5 additions & 31 deletions

File tree

google-cloud-bom/pom.xml

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -167,36 +167,10 @@
167167
</dependency>
168168
<dependency>
169169
<groupId>com.google.api</groupId>
170-
<artifactId>gax</artifactId>
171-
<version>1.32.0</version>
172-
</dependency>
173-
<dependency>
174-
<groupId>com.google.api</groupId>
175-
<artifactId>gax</artifactId>
176-
<version>1.32.0</version>
177-
<classifier>testlib</classifier>
178-
</dependency>
179-
<dependency>
180-
<groupId>com.google.api</groupId>
181-
<artifactId>gax-grpc</artifactId>
182-
<version>1.32.0</version>
183-
</dependency>
184-
<dependency>
185-
<groupId>com.google.api</groupId>
186-
<artifactId>gax-grpc</artifactId>
187-
<version>1.32.0</version>
188-
<classifier>testlib</classifier>
189-
</dependency>
190-
<dependency>
191-
<groupId>com.google.api</groupId>
192-
<artifactId>gax-httpjson</artifactId>
193-
<version>0.49.0</version>
194-
</dependency>
195-
<dependency>
196-
<groupId>com.google.api</groupId>
197-
<artifactId>gax-httpjson</artifactId>
198-
<version>0.49.0</version>
199-
<classifier>testlib</classifier>
170+
<artifactId>gax-bom</artifactId>
171+
<version>1.34.0</version>
172+
<type>pom</type>
173+
<scope>import</scope>
200174
</dependency>
201175
<dependency>
202176
<groupId>com.google.api.grpc</groupId>

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.67.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.33.1</gax.version>
159+
<gax.version>1.34.0</gax.version>
160160
<google.auth.version>0.11.0</google.auth.version>
161161
<grpc.version>1.15.0</grpc.version>
162162
<nettyssl.version>2.0.7.Final</nettyssl.version>

0 commit comments

Comments
 (0)