Skip to content

Commit

Permalink
Bumping gax to 1.28.0 (bidi streaming updates) (#3375)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjonesgoogle authored Jun 14, 2018
1 parent 1bfe0df commit e14be2b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,4 @@ Apache 2.0 - See [LICENSE] for more information.
[cloud-platform]: https://cloud.google.com/
[cloud-platform-docs]: https://cloud.google.com/docs/
[client-lib-docs]: https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html
12 changes: 6 additions & 6 deletions google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,34 +150,34 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.27.0</version>
<version>1.28.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.27.0</version>
<version>1.28.0</version>
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.27.0</version>
<version>1.28.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.27.0</version>
<version>1.28.0</version>
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.44.0</version>
<version>0.45.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.44.0</version>
<version>0.45.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.51.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
<api-client.version>1.23.0</api-client.version>
<gax.version>1.27.0</gax.version>
<gax.version>1.28.0</gax.version>
<google.auth.version>0.9.1</google.auth.version>
<grpc.version>1.12.0</grpc.version>
<nettyssl.version>2.0.7.Final</nettyssl.version>
Expand Down

0 comments on commit e14be2b

Please sign in to comment.