Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-bigtable…
Browse files Browse the repository at this point in the history
… to v2.27.4 (#1946)

[![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:google-cloud-bigtable](https://togithub.com/googleapis/java-bigtable) | `2.27.3` -> `2.27.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-bigtable/2.27.4?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.27.4?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.27.3/2.27.4?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.27.3/2.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-bigtable (com.google.cloud:google-cloud-bigtable)</summary>

### [`v2.27.4`](https://togithub.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#2274-2023-09-29)

[Compare Source](https://togithub.com/googleapis/java-bigtable/compare/v2.27.3...v2.27.4)

##### Dependencies

-   Update dependency com.google.cloud:gapic-libraries-bom to v1.21.0 ([#&#8203;1942](https://togithub.com/googleapis/java-bigtable/issues/1942)) ([f8d533f](https://togithub.com/googleapis/java-bigtable/commit/f8d533f4dcfd60a3eac9656bdc7339ac25f06fad))
-   Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.16.1 ([#&#8203;1933](https://togithub.com/googleapis/java-bigtable/issues/1933)) ([159636a](https://togithub.com/googleapis/java-bigtable/commit/159636ac82e7bb19b425075a006ee98a39af1d57))

</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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-bigtable).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
renovate-bot authored Oct 2, 2023
1 parent ddf8c3c commit 19159b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigtable</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigtable</artifactId>
<version>2.27.3</version>
<version>2.27.4</version>
</dependency>
<!-- [END bigtable_install_without_bom] -->

Expand Down

0 comments on commit 19159b1

Please sign in to comment.