Skip to content

Commit

Permalink
Manage com.google.api.grpc:proto-google-common-protos quarkusio#26072
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jun 21, 2022
1 parent da8afc0 commit 7edb055
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2886,7 +2886,12 @@
<version>${bytebuddy.version}</version>
</dependency>

<!-- GRPC dependency -->
<!-- GRPC dependencies -->
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>${proto-google-common-protos.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<grpc-jprotoc.version>1.2.1</grpc-jprotoc.version>
<protoc.version>3.19.3</protoc.version>
<protobuf-java.version>${protoc.version}</protobuf-java.version>
<proto-google-common-protos.version>2.0.1</proto-google-common-protos.version>

</properties>

Expand Down

0 comments on commit 7edb055

Please sign in to comment.