Skip to content

Commit

Permalink
Upgrade gax, grpc and guava dependencies (#3980)
Browse files Browse the repository at this point in the history
* Bump gax version to 1.35.0 and guava to 26.0-android

* Update grpc dependency to 1.16.1

* Add temporary, specific animal-sniffer-annotation version
  • Loading branch information
chingor13 authored Nov 16, 2018
1 parent fc53abd commit cc41c92
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 19 deletions.
4 changes: 2 additions & 2 deletions google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.15.0</version>
<version>1.16.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.15.0</version>
<version>1.16.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-bom</artifactId>
<version>1.34.0</version>
<version>1.35.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
13 changes: 1 addition & 12 deletions google-cloud-clients/google-cloud-bigquerystorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,26 +37,17 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.34.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.34.0</version>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>0.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.34.0</version>
<scope>test</scope>
</dependency>

Expand All @@ -69,12 +60,10 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.34.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.34.0</version>
</dependency>
</dependencies>
</project>
</project>
13 changes: 10 additions & 3 deletions google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@
<site.installationModule>google-cloud-clients</site.installationModule>
<bom.version>0.70.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
<api-client.version>1.27.0</api-client.version>
<gax.version>1.34.0</gax.version>
<gax.version>1.35.0</gax.version>
<google.auth.version>0.12.0</google.auth.version>
<grpc.version>1.15.0</grpc.version>
<grpc.version>1.16.1</grpc.version>
<nettyssl.version>2.0.7.Final</nettyssl.version>
<guava.version>20.0</guava.version>
<guava.version>26.0-android</guava.version>
<http-client.version>1.27.0</http-client.version>
<oauth-client.version>1.27.0</oauth-client.version>
<protobuf.version>3.6.1</protobuf.version>
Expand Down Expand Up @@ -200,6 +200,13 @@
<version>v1-rev20180813-1.27.0</version>
</dependency>

<!-- TODO(chingor): Remove this when grpc and guava converge -->
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
<version>1.17</version>
</dependency>

<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<version>20.0</version>
<version>26.0-android</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit cc41c92

Please sign in to comment.