Skip to content

Commit

Permalink
update gax to 1.31/0.48 (googleapis#3675)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihanzhen authored Sep 12, 2018
1 parent eadf7bc commit 705acb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,34 +168,34 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.30.0</version>
<version>1.31.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.30.0</version>
<version>1.31.0</version>
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.30.0</version>
<version>1.31.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.30.0</version>
<version>1.31.0</version>
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.47.0</version>
<version>0.48.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.47.0</version>
<version>0.48.0</version>
<classifier>testlib</classifier>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<site.installationModule>google-cloud-clients</site.installationModule>
<bom.version>0.61.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
<api-client.version>1.24.1</api-client.version>
<gax.version>1.30.0</gax.version>
<gax.version>1.31.0</gax.version>
<google.auth.version>0.11.0</google.auth.version>
<grpc.version>1.13.1</grpc.version>
<nettyssl.version>2.0.7.Final</nettyssl.version>
Expand Down

0 comments on commit 705acb7

Please sign in to comment.