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.39.2 (#2225)

[![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.39.0` -> `2.39.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-bigtable/2.39.2?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.39.2?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.39.0/2.39.2?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.39.0/2.39.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v2.39.2`](https://togithub.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#2392-2024-05-09)

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

##### Dependencies

-   Update shared dependencies ([#&#8203;2221](https://togithub.com/googleapis/java-bigtable/issues/2221)) ([17f7a9a](https://togithub.com/googleapis/java-bigtable/commit/17f7a9af3991c4744256bbfb0533d9390cada23d))

### [`v2.39.1`](https://togithub.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#2391-2024-05-08)

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

##### Bug Fixes

-   Batch time series data when exporting client-side metric ([#&#8203;2222](https://togithub.com/googleapis/java-bigtable/issues/2222)) ([1f9f169](https://togithub.com/googleapis/java-bigtable/commit/1f9f1698339ae470d821963e1037e0132016d216))
-   Remove stale module from bom ([#&#8203;2218](https://togithub.com/googleapis/java-bigtable/issues/2218)) ([7145864](https://togithub.com/googleapis/java-bigtable/commit/7145864868b3f7df69f9b2db7a822f9faf903f33))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
renovate-bot committed May 13, 2024
1 parent 56ee485 commit d1bceb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ 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.39.0</version>
<version>2.39.2</version>
</dependency>

```

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.38.0')
implementation platform('com.google.cloud:libraries-bom:26.39.0')
implementation 'com.google.cloud:google-cloud-bigtable'
```
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.39.0</version>
<version>2.39.2</version>
</dependency>
<!-- [END bigtable_install_without_bom] -->

Expand Down

0 comments on commit d1bceb0

Please sign in to comment.