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.18.0 (googleapis#1578)

[![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.17.1` -> `2.18.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.18.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.18.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.18.0/compatibility-slim/2.17.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.18.0/confidence-slim/2.17.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-bigtable</summary>

### [`v2.18.0`](https://togithub.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#&#8203;2180-httpsgithubcomgoogleapisjava-bigtablecomparev2171v2180-2023-01-12)

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

##### Features

-   Enable channel priming by default ([#&#8203;1555](https://togithub.com/googleapis/java-bigtable/issues/1555)) ([303959c](https://togithub.com/googleapis/java-bigtable/commit/303959cc88e8cf164a45026d79de67e3f58d09fe))

##### Bug Fixes

-   Call attemptStarted method with the request ([#&#8203;1562](https://togithub.com/googleapis/java-bigtable/issues/1562)) ([325f09c](https://togithub.com/googleapis/java-bigtable/commit/325f09c9e257d53871a9071e6bfcbb0887298641))
-   Defer instance admin api errors to RPC time rather then client construction time ([#&#8203;1576](https://togithub.com/googleapis/java-bigtable/issues/1576)) ([06a0ced](https://togithub.com/googleapis/java-bigtable/commit/06a0ced03dbac91145bac6d5d01f327c3ff4a83f))

##### Dependencies

-   Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.1 ([#&#8203;1572](https://togithub.com/googleapis/java-bigtable/issues/1572)) ([a68fb80](https://togithub.com/googleapis/java-bigtable/commit/a68fb8028a338b937b4baf8c50fad1080e137849))
-   Update dependency org.junit.vintage:junit-vintage-engine to v5.9.2 ([#&#8203;1573](https://togithub.com/googleapis/java-bigtable/issues/1573)) ([e1362aa](https://togithub.com/googleapis/java-bigtable/commit/e1362aa4e47b2da089b21a8cfd124d7e935af8de))

</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://app.renovatebot.com/dashboard#github/googleapis/java-bigtable).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
  • Loading branch information
renovate-bot authored Jan 12, 2023
1 parent 3a8c733 commit 4558356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigtable</artifactId>
<version>2.17.1</version>
<version>2.18.0</version>
</dependency>

```
Expand All @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigtable'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-bigtable:2.17.1'
implementation 'com.google.cloud:google-cloud-bigtable:2.18.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.17.1"
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.18.0"
```

## Authentication
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.17.1</version>
<version>2.18.0</version>
</dependency>
<!-- [END bigtable_install_without_bom] -->

Expand Down

0 comments on commit 4558356

Please sign in to comment.