Skip to content

Commit 09859cc

Browse files
authored
fix(deps): update dependency com.google.cloud.bigtable:bigtable-hbase-1.x to v2.8.0 (#8041)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud.bigtable:bigtable-hbase-1.x](https://cloud.google.com/bigtable/) ([source](https://github.com/googleapis/java-bigtable-hbase)) | `2.7.4` -> `2.8.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.bigtable:bigtable-hbase-1.x/2.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.bigtable:bigtable-hbase-1.x/2.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.bigtable:bigtable-hbase-1.x/2.8.0/compatibility-slim/2.7.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.bigtable:bigtable-hbase-1.x/2.8.0/confidence-slim/2.7.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/java-bigtable-hbase</summary> ### [`v2.8.0`](https://github.com/googleapis/java-bigtable-hbase/blob/HEAD/CHANGELOG.md#&#8203;280-httpsgithubcomgoogleapisjava-bigtable-hbasecomparev274v280-2023-05-10) [Compare Source](https://github.com/googleapis/java-bigtable-hbase/compare/v2.7.4...v2.8.0) ##### Features - Optimize dataflow job start by making sample row keys lighter ([#&#8203;4075](https://github.com/googleapis/java-bigtable-hbase/issues/4075)) ([f0f453d](https://github.com/googleapis/java-bigtable-hbase/commit/f0f453d64f2e1f1c1560a6bc63edfc7320d17f90)) ##### Bug Fixes - Prevent connections from leaking for reads ([#&#8203;4073](https://github.com/googleapis/java-bigtable-hbase/issues/4073)) ([56d32bd](https://github.com/googleapis/java-bigtable-hbase/commit/56d32bd09cb24bc84f1df85df7ad066275b26d9d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
1 parent 3ae522b commit 09859cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigtable/hbase/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.google.cloud.bigtable</groupId>
6464
<artifactId>bigtable-hbase-1.x</artifactId>
65-
<version>2.7.4</version>
65+
<version>2.8.0</version>
6666
</dependency>
6767

6868
<!-- test dependencies-->

0 commit comments

Comments
 (0)