Skip to content

Commit ba7efd2

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-bigtable to v1.27.0 (GoogleCloudPlatform#5492)
[![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) | `1.26.1` -> `1.27.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/1.27.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/1.27.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/1.27.0/compatibility-slim/1.26.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable/1.27.0/confidence-slim/1.26.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-bigtable</summary> ### [`v1.27.0`](https://togithub.com/googleapis/java-bigtable/blob/master/CHANGELOG.md#&#8203;1270-httpswwwgithubcomgoogleapisjava-bigtablecomparev1261v1270-2021-06-22) [Compare Source](https://togithub.com/googleapis/java-bigtable/compare/v1.26.1...v1.27.0) ##### Features - all setting timeouts for batchers + fix handling of timeouts for point reads ([#&GoogleCloudPlatform#8203;861](https://www.github.com/googleapis/java-bigtable/issues/861)) ([c145ceb](https://www.github.com/googleapis/java-bigtable/commit/c145ceb592f04f94a09be815feff87e0c64e8e7d)) - call setting timeouts for batchers ([#&GoogleCloudPlatform#8203;877](https://www.github.com/googleapis/java-bigtable/issues/877)) ([0f3654d](https://www.github.com/googleapis/java-bigtable/commit/0f3654d726dbb45b4a12ef98f872612e49b9a263)) ##### Bug Fixes - Update dependencies.sh to not break on mac ([#&GoogleCloudPlatform#8203;873](https://www.github.com/googleapis/java-bigtable/issues/873)) ([9e6b85d](https://www.github.com/googleapis/java-bigtable/commit/9e6b85deffff15961d12eb8b656210b5e12d8162)) ##### Reverts - Revert "feat: promote stream wait timeouts to deadlines for point reads" ([#&GoogleCloudPlatform#8203;876](https://www.github.com/googleapis/java-bigtable/issues/876)) ([4614912](https://www.github.com/googleapis/java-bigtable/commit/4614912b6ea76c9057b1a4cbf869eb3145bce18f)) ##### Documentation - fix connection pool size for samples ([#&GoogleCloudPlatform#8203;880](https://www.github.com/googleapis/java-bigtable/issues/880)) ([d0d1aa3](https://www.github.com/googleapis/java-bigtable/commit/d0d1aa3195c0d63242254eece3e92e9ad078069b)) ##### [1.26.1](https://www.github.com/googleapis/java-bigtable/compare/v1.26.0...v1.26.1) (2021-06-07) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.3.0 ([#&GoogleCloudPlatform#8203;857](https://www.github.com/googleapis/java-bigtable/issues/857)) ([fd2bf65](https://www.github.com/googleapis/java-bigtable/commit/fd2bf656629e21e01e9a877c00eaed018889cc37)) - update truth-proto-extension to 1.1.3 and exclude protobuf-java from its dependencies ([#&GoogleCloudPlatform#8203;854](https://www.github.com/googleapis/java-bigtable/issues/854)) ([e7773ee](https://www.github.com/googleapis/java-bigtable/commit/e7773eed9f34ab4d104df5c09aefb5a302ab4186)) </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, check this box. --- 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 ff92dbb commit ba7efd2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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>1.26.1</version>
47+
<version>1.27.0</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>1.26.1</version>
48+
<version>1.27.0</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>1.26.1</version>
47+
<version>1.27.0</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>1.26.1</version>
54+
<version>1.27.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.codehaus.jackson</groupId>

0 commit comments

Comments
 (0)