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.25.1 (#2817)

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

---

### Release Notes

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

### [`v2.25.1`](https://togithub.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#2251-2023-07-25)

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

##### Bug Fixes

-   Update the readRow attempt timeouts to be inline with unary rpcs instead of scans ([#&#8203;1834](https://togithub.com/googleapis/java-bigtable/issues/1834)) ([168c33e](https://togithub.com/googleapis/java-bigtable/commit/168c33e3135755cc5a1105f18bf93ade5e1219dc))

##### Dependencies

-   Update dependency org.junit.vintage:junit-vintage-engine to v5.10.0 ([#&#8203;1847](https://togithub.com/googleapis/java-bigtable/issues/1847)) ([825faaa](https://togithub.com/googleapis/java-bigtable/commit/825faaad93a5062e6f34ff699cc02701b69e56ab))
-   Update shared dependencies ([#&#8203;1845](https://togithub.com/googleapis/java-bigtable/issues/1845)) ([88e1892](https://togithub.com/googleapis/java-bigtable/commit/88e18922b4e1da398c51441aff014bca5f3bb746))
-   Update the Java code generator (gapic-generator-java) to 2.23.1 ([#&#8203;1846](https://togithub.com/googleapis/java-bigtable/issues/1846)) ([78fd837](https://togithub.com/googleapis/java-bigtable/commit/78fd837987780c62137354fbbe41e71050948405))

</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-bigquery).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
renovate-bot authored Jul 25, 2023
1 parent 846e977 commit eb250a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigtable</artifactId>
<version>2.25.0</version>
<version>2.25.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigtable</artifactId>
<version>2.25.0</version>
<version>2.25.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigtable</artifactId>
<version>2.25.0</version>
<version>2.25.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit eb250a8

Please sign in to comment.