Skip to content

Commit 1c6e90d

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-bigtable to v1.19.1 (googleapis#1025)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-bigtable](https://togithub.com/googleapis/java-bigtable) | patch | `1.19.0` -> `1.19.1` | --- ### Release Notes <details> <summary>googleapis/java-bigtable</summary> ### [`v1.19.1`](https://togithub.com/googleapis/java-bigtable/blob/master/CHANGELOG.md#&#8203;1191-httpswwwgithubcomgoogleapisjava-bigtablecomparev1190v1191-2020-12-14) [Compare Source](https://togithub.com/googleapis/java-bigtable/compare/v1.19.0...v1.19.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**: Whenever PR becomes conflicted, 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#github/googleapis/java-bigquery).
1 parent 12e2c38 commit 1c6e90d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.google.cloud</groupId>
6565
<artifactId>google-cloud-bigtable</artifactId>
66-
<version>1.19.0</version>
66+
<version>1.19.1</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.cloud</groupId>
6363
<artifactId>google-cloud-bigtable</artifactId>
64-
<version>1.19.0</version>
64+
<version>1.19.1</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.google.cloud</groupId>
7878
<artifactId>google-cloud-bigtable</artifactId>
79-
<version>1.19.0</version>
79+
<version>1.19.1</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>

0 commit comments

Comments
 (0)