Skip to content

Commit 624b21a

Browse files
authored
fix(deps): update dependency com.google.cloud:google-cloud-bigtable to v2.18.1 (GoogleCloudPlatform#7592)
[![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://github.com/googleapis/java-bigtable) | `2.17.1` -> `2.18.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.18.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.18.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.18.1/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.1/confidence-slim/2.17.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/java-bigtable</summary> ### [`v2.18.1`](https://github.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#&#8203;2181-httpsgithubcomgoogleapisjava-bigtablecomparev2180v2181-2023-01-17) [Compare Source](https://github.com/googleapis/java-bigtable/compare/v2.18.0...v2.18.1) ##### Dependencies - Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.9.0 ([#&GoogleCloudPlatform#8203;1579](https://github.com/googleapis/java-bigtable/issues/1579)) ([70c0500](https://github.com/googleapis/java-bigtable/commit/70c050001379214d5577a896e280d04101891a08)) ### [`v2.18.0`](https://github.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#&#8203;2180-httpsgithubcomgoogleapisjava-bigtablecomparev2171v2180-2023-01-12) [Compare Source](https://github.com/googleapis/java-bigtable/compare/v2.17.1...v2.18.0) ##### Features - Enable channel priming by default ([#&GoogleCloudPlatform#8203;1555](https://github.com/googleapis/java-bigtable/issues/1555)) ([303959c](https://github.com/googleapis/java-bigtable/commit/303959cc88e8cf164a45026d79de67e3f58d09fe)) ##### Bug Fixes - Call attemptStarted method with the request ([#&GoogleCloudPlatform#8203;1562](https://github.com/googleapis/java-bigtable/issues/1562)) ([325f09c](https://github.com/googleapis/java-bigtable/commit/325f09c9e257d53871a9071e6bfcbb0887298641)) - Defer instance admin api errors to RPC time rather then client construction time ([#&GoogleCloudPlatform#8203;1576](https://github.com/googleapis/java-bigtable/issues/1576)) ([06a0ced](https://github.com/googleapis/java-bigtable/commit/06a0ced03dbac91145bac6d5d01f327c3ff4a83f)) ##### Dependencies - Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.1 ([#&GoogleCloudPlatform#8203;1572](https://github.com/googleapis/java-bigtable/issues/1572)) ([a68fb80](https://github.com/googleapis/java-bigtable/commit/a68fb8028a338b937b4baf8c50fad1080e137849)) - Update dependency org.junit.vintage:junit-vintage-engine to v5.9.2 ([#&GoogleCloudPlatform#8203;1573](https://github.com/googleapis/java-bigtable/issues/1573)) ([e1362aa](https://github.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**: Never, 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/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny42IiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNiJ9-->
1 parent 75e7118 commit 624b21a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bigtable/beam/bulk-data-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.google.cloud</groupId>
7373
<artifactId>google-cloud-bigtable</artifactId>
74-
<version>2.17.1</version>
74+
<version>2.18.1</version>
7575
</dependency>
7676

7777
<dependency>

bigtable/cassandra-migration-codelab/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-bigtable</artifactId>
47-
<version>2.17.1</version>
47+
<version>2.18.1</version>
4848
</dependency>
4949

5050
<dependency>

bigtable/hbase/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-bigtable</artifactId>
48-
<version>2.17.1</version>
48+
<version>2.18.1</version>
4949
</dependency>
5050

5151
<dependency>

bigtable/memorystore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-bigtable</artifactId>
47-
<version>2.17.1</version>
47+
<version>2.18.1</version>
4848
</dependency>
4949

5050
<!-- https://mvnrepository.com/artifact/net.spy/spymemcached -->

bigtable/scheduled-backups/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ limitations under the License.
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-bigtable</artifactId>
54-
<version>2.17.1</version>
54+
<version>2.18.1</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)