8000 fix(deps): update dependency com.google.cloud:google-cloud-bigtable t… · tmcalves/java-docs-samples@10c07a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10c07a1

Browse files
authored
fix(deps): update dependency com.google.cloud:google-cloud-bigtable to v2.5.3 (GoogleCloudPlatform#6810)
[![WhiteSource 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.4.0` -> `2.5.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.5.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.5.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.5.3/compatibility-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/2.5.3/confidence-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-bigtable</summary> ### [`v2.5.3`](https://togithub.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#&#8203;253-httpsgithubcomgoogleapisjava-bigtablecomparev252v253-2022-02-08) [Compare Source](https://togithub.com/googleapis/java-bigtable/compare/v2.5.2...v2.5.3) ### [`v2.5.2`](https://togithub.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#&#8203;252-httpsgithubcomgoogleapisjava-bigtablecomparev251v252-2022-01-31) [Compare Source](https://togithub.com/googleapis/java-bigtable/compare/v2.5.1...v2.5.2) ### [`v2.5.1`](https://togithub.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#&#8203;251-httpswwwgithubcomgoogleapisjava-bigtablecomparev250v251-2022-01-07) [Compare Source](https://togithub.com/googleapis/java-bigtable/compare/v2.5.0...v2.5.1) ### [`v2.5.0`](https://togithub.com/googleapis/java-bigtable/blob/HEAD/CHANGELOG.md#&#8203;250-httpswwwgithubcomgoogleapisjava-bigtablecomparev240v250-2022-01-05) [Compare Source](https://togithub.com/googleapis/java-bigtable/compare/v2.4.0...v2.5.0) ##### Features - add batch throttled ms metric ([#&GoogleCloudPlatform#8203;888](https://www.togithub.com/googleapis/java-bigtable/issues/888)) ([0d197a5](https://www.github.com/googleapis/java-bigtable/commit/0d197a5ab9b7ccd20091c1c6c4a794586d6a51dc)) - ARM support for gcloud bigtable emulator ([#&GoogleCloudPlatform#8203;1094](https://www.togithub.com/googleapis/java-bigtable/issues/1094)) ([d3cb4a4](https://www.github.com/googleapis/java-bigtable/commit/d3cb4a4e03ae0f7e065bfee06ac8e3b86b447a4a)) ##### Bug Fixes - align ip version preference for the wrapped emulator ([#&GoogleCloudPlatform#8203;1052](https://www.togithub.com/googleapis/java-bigtable/issues/1052)) ([9dc93c5](https://www.github.com/googleapis/java-bigtable/commit/9dc93c5c9372f1501006e2d3a3a7affecd65fb8e)) - remove stats from javadoc ([#&GoogleCloudPlatform#8203;1108](https://www.togithub.com/googleapis/java-bigtable/issues/1108)) ([33fe7fe](https://www.github.com/googleapis/java-bigtable/commit/33fe7fe162cf84339e1887b052e446ef0aaf19d6)) - remove tracking latency from channel priming requests ([#&GoogleCloudPlatform#8203;1082](https://www.togithub.com/googleapis/java-bigtable/issues/1082)) ([bd873bc](https://www.github.com/googleapis/java-bigtable/commit/bd873bc82f0b210312fd442678c801758291935e)) </details> --- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 7fa466d commit 10c07a1

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.4.0</version>
74+
<version>2.5.3</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.4.0</version>
47+
<version>2.5.3</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.4.0</version>
48+
<version>2.5.3</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.4.0</version>
47+
<version>2.5.3</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.4.0</version>
54+
<version>2.5.3</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)
0