Skip to content

Commit

Permalink
Update gRPC packages to v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 26, 2019
1 parent 1c6a1da commit ea74b19
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.javadoc.protobufBaseURL>https://googleapis.dev/java/google-api-grpc/latest</project.javadoc.protobufBaseURL>
<grpc.version>1.23.0</grpc.version>
<grpc.version>1.24.0</grpc.version>
</properties>
<developers>
<developer>
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 @@ -158,7 +158,7 @@
<!-- make sure to keep gax version in sync with google-cloud-bom -->
<gax.version>1.48.1</gax.version>
<api.common.java.version>1.8.1</api.common.java.version>
<grpc.version>1.23.0</grpc.version>
<grpc.version>1.24.0</grpc.version>
<google.auth.version>0.17.1</google.auth.version>
<!-- We are currently using the *-android version to support JDK7. -->
<guava.version>28.0-android</guava.version>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-testing/google-cloud-bigtable-emulator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<version>1.23.0</version>
<version>1.24.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>1.23.0</version>
<version>1.24.0</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion google-cloud-testing/storage-benchwrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.google.cloud</groupId>

<properties>
<grpcVersion>1.23.0</grpcVersion>
<grpcVersion>1.24.0</grpcVersion>
<protobufVersion>3.9.1</protobufVersion>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion google-cloud-util/google-cloud-compat-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</parent>
<properties>
<site.installationModule>google-cloud-compat-checker</site.installationModule>
<grpc.version>1.23.0</grpc.version>
<grpc.version>1.24.0</grpc.version>
<!-- We are currently using the *-android version to support JDK7. -->
<guava.version>28.0-android</guava.version>
</properties>
Expand Down

0 comments on commit ea74b19

Please sign in to comment.