Skip to content

Commit ef67f56

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-bigtable to v1.13.1 (GoogleCloudPlatform#3354)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-bigtable](https://togithub.com/googleapis/java-bigtable) | patch | `1.13.0` -> `1.13.1` | --- ### Release Notes <details> <summary>googleapis/java-bigtable</summary> ### [`v1.13.1`](https://togithub.com/googleapis/java-bigtable/blob/master/CHANGELOG.md#&#8203;1131-httpswwwgithubcomgoogleapisjava-bigtablecomparev1130v1131-2020-07-10) [Compare Source](https://togithub.com/googleapis/java-bigtable/compare/v1.13.0...v1.13.1) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **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#GoogleCloudPlatform/java-docs-samples).
1 parent 5ea737b commit ef67f56

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.13.0</version>
47+
<version>1.13.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>1.13.0</version>
48+
<version>1.13.1</version>
4949
</dependency>
5050

5151
<dependency>

bigtable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>google-cloud-bigtable</artifactId>
49-
<version>1.13.0</version>
49+
<version>1.13.1</version>
5050
</dependency>
5151

5252
<dependency>

bigtable/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.13.0</version>
48+
<version>1.13.1</version>
4949
</dependency>
5050

5151
<!-- test dependencies-->

0 commit comments

Comments
 (0)