Skip to content

Commit

Permalink
Update proto-google-common-protos (through grpc-protobuf) to v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Oct 25, 2019
1 parent e40a4c9 commit 9e9abf6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>${grpc.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- Outdated transitive dependency through grpc-protobuf -->
<!-- Waiting on https://github.com/grpc/grpc-java/pull/6336 -->
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down

0 comments on commit 9e9abf6

Please sign in to comment.