Skip to content

Commit 28a969e

Browse files
authored
fix(deps): update dependency org.apache.hbase:hbase-client to v2.5.4 (GoogleCloudPlatform#8077)
[![Mend 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 | `2.5.2` -> `2.5.4` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.hbase:hbase-client/2.5.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.hbase:hbase-client/2.5.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.hbase:hbase-client/2.5.4/compatibility-slim/2.5.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.hbase:hbase-client/2.5.4/confidence-slim/2.5.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
1 parent 37abafc commit 28a969e

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.5.2'
49+
compile group: 'org.apache.hbase', name: 'hbase-client', version:'2.5.4'
5050
compile group: 'io.netty', name: 'netty-tcnative-boringssl-static', version:'2.0.61.Final'
5151
compile group: 'jstl', name: 'jstl', version:'1.2'
5252

0 commit comments

Comments
 (0)