Skip to content

Commit e733475

Browse files
authored
chore(deps): update dependency org.apache.hbase:hbase-client to v2.4.6 (GoogleCloudPlatform#6025)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.hbase:hbase-client](https://hbase.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=hbase)) | `2.4.5` -> `2.4.6` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.hbase:hbase-client/2.4.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.hbase:hbase-client/2.4.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.hbase:hbase-client/2.4.6/compatibility-slim/2.4.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.hbase:hbase-client/2.4.6/confidence-slim/2.4.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 2aafec5 commit e733475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine-java8/bigtable/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repositories {
4646

4747
dependencies {
4848
compile group: 'com.google.cloud.bigtable', name: 'bigtable-hbase-1.2', version:'1.0.0-pre3'
49-
compile group: 'org.apache.hbase', name: 'hbase-client', version:'2.4.5'
49+
compile group: 'org.apache.hbase', name: 'hbase-client', version:'2.4.6'
5050
compile group: 'io.netty', name: 'netty-tcnative-boringssl-static', version:'2.0.43.Final'
5151
compile group: 'jstl', name: 'jstl', version:'1.2'
5252

0 commit comments

Comments
 (0)