Skip to content

Commit 1562992

Browse files
deps: update bigtable to 2.27.3 (#4167)
This includes a fix to a rare read hang Change-Id: I410f305dda0cf5ec4d29270930ce25aa9a158cc1 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://togithub.com/googleapis/java-bigtable-hbase/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) Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent 35b3b2d commit 1562992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ limitations under the License.
5656
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5757

5858
<!-- core dependency versions -->
59-
<bigtable.version>2.27.2</bigtable.version>
60-
<google-cloud-bigtable-emulator.version>0.164.2</google-cloud-bigtable-emulator.version>
59+
<bigtable.version>2.27.3</bigtable.version>
60+
<google-cloud-bigtable-emulator.version>0.164.3</google-cloud-bigtable-emulator.version>
6161
<bigtable-client-core.version>1.28.0</bigtable-client-core.version>
6262
<grpc-conscrypt.version>2.5.2</grpc-conscrypt.version>
6363
<!-- keeping at this version to align with hbase-->

0 commit comments

Comments
 (0)