Skip to content

Commit

Permalink
Bump gax versions to 1.29.0/0.46.0 (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin authored Jul 10, 2018
1 parent 23fefa1 commit 64105b4
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 @@ -150,34 +150,34 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.28.0</version>
<version>1.29.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.28.0</version>
<version>1.29.0</version>
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.28.0</version>
<version>1.29.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.28.0</version>
<version>1.29.0</version>
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.45.0</version>
<version>0.46.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.45.0</version>
<version>0.46.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.53.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
<api-client.version>1.23.0</api-client.version>
<gax.version>1.28.0</gax.version>
<gax.version>1.29.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 64105b4

Please sign in to comment.