Skip to content

Commit 8e05dbe

Browse files
authored
chore(deps): update dependency com.google.cloud.bigtable:bigtable-hbase-2.x-hadoop to v1.21.1 (GoogleCloudPlatform#5512)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud.bigtable:bigtable-hbase-2.x-hadoop](https://repo.maven.apache.org/maven2/com/google/cloud/bigtable) | patch | `1.21.0` -> `1.21.1` | --- ### 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 a44914d commit 8e05dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigtable/spark/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version := "0.1"
2222
// https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-release-1.4
2323
scalaVersion := "2.11.12"
2424
val sparkVersion = "2.4.8"
25-
val bigtableVersion = "1.21.0"
25+
val bigtableVersion = "1.21.1"
2626
val hbaseVersion = "2.4.4"
2727

2828
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)