Skip to content

Commit

Permalink
deps: downgrade grpc to 1.67.1
Browse files Browse the repository at this point in the history
Change-Id: I202f27ae18c34f5eda254f09ea157c2ce3b988df
  • Loading branch information
igorbernstein2 committed Oct 2, 2024
1 parent caf879c commit 71dbefc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions google-cloud-bigtable-deps-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@

<dependencyManagement>
<dependencies>
<!-- Temporarily downgrade grpc version since 1.68.0 was a mistake:
https://github.com/grpc/grpc-java/releases/tag/v1.68.0 -->
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.67.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- google cloud boms -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gapic-libraries-bom</artifactId>
Expand Down

0 comments on commit 71dbefc

Please sign in to comment.