Skip to content

Commit 8cd798b

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-bigtable to v2.50.0 (#2442)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-bigtable](https://redirect.github.com/googleapis/java-bigtable) | `2.48.0` -> `2.50.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-bigtable/2.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-bigtable/2.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-bigtable/2.48.0/2.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-bigtable/2.48.0/2.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-bigtable (com.google.cloud:google-cloud-bigtable)</summary> ### [`v2.50.0`](https://redirect.github.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#2500-2024-12-06) [Compare Source](https://redirect.github.com/googleapis/java-bigtable/compare/v2.49.0...v2.50.0) ##### Features - Add support for Row Affinity app profiles ([#&#8203;2341](https://redirect.github.com/googleapis/java-bigtable/issues/2341)) ([cb4d60e](https://redirect.github.com/googleapis/java-bigtable/commit/cb4d60e8ce2079a270739ad91efb05cbb1ff74f8)) ### [`v2.49.0`](https://redirect.github.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#2490-2024-12-03) [Compare Source](https://redirect.github.com/googleapis/java-bigtable/compare/v2.48.0...v2.49.0) ##### Features - Add support for table deletion protection ([#&#8203;2430](https://redirect.github.com/googleapis/java-bigtable/issues/2430)) ([687b6df](https://redirect.github.com/googleapis/java-bigtable/commit/687b6df14b743358e8207cda26022dfc75338d55)) ##### Bug Fixes - Allow factory to export to different projects ([#&#8203;2374](https://redirect.github.com/googleapis/java-bigtable/issues/2374)) ([06b912c](https://redirect.github.com/googleapis/java-bigtable/commit/06b912cc5d63436757008e79edfa8286b2ccac18)) - Send priming requests on the channel directly ([#&#8203;2435](https://redirect.github.com/googleapis/java-bigtable/issues/2435)) ([b76698d](https://redirect.github.com/googleapis/java-bigtable/commit/b76698dfb2c8552185f34e01e924ecc80798ba4f)) </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**: Whenever PR becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-bigtable). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 4843af4 commit 8cd798b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-bigtable</artifactId>
32-
<version>2.48.0</version>
32+
<version>2.50.0</version>
3333
</dependency>
3434
<!-- [END bigtable_install_without_bom] -->
3535

0 commit comments

Comments
 (0)