Skip to content

Commit 710fa52

Browse files
deps: revert downgrade grpc to 1.67.1 #2366 (#2414)
Change-Id: I13f78d94d3f1e775e24168c7f3c1cabd9a96d6d1 Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Rollback plan is reviewed and LGTMed - [ ] All new data plane features have a completed end to end testing plan Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent 9094265 commit 710fa52

File tree

1 file changed

+0
-10
lines changed
  • google-cloud-bigtable-deps-bom

1 file changed

+0
-10
lines changed

google-cloud-bigtable-deps-bom/pom.xml

-10
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,6 @@
6363

6464
<dependencyManagement>
6565
<dependencies>
66-
<!-- Temporarily downgrade grpc version since 1.68.0 was a mistake:
67-
https://github.com/grpc/grpc-java/releases/tag/v1.68.0 -->
68-
<dependency>
69-
<groupId>io.grpc</groupId>
70-
<artifactId>grpc-bom</artifactId>
71-
<version>1.67.1</version>
72-
<type>pom</type>
73-
<scope>import</scope>
74-
</dependency>
75-
7666
<!-- google cloud boms -->
7767
<dependency>
7868
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)