Skip to content

Commit 2d57f14

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-bigtable-emulator to v0.143.0 (#3543)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-bigtable-emulator](https://togithub.com/googleapis/java-bigtable) | `0.142.3` -> `0.143.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable-emulator/0.143.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable-emulator/0.143.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable-emulator/0.143.0/compatibility-slim/0.142.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable-emulator/0.143.0/confidence-slim/0.142.3)](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**: Whenever PR becomes conflicted, 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, click this checkbox. --- 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-bigtable-hbase).
1 parent 549f8e5 commit 2d57f14

File tree

2 files changed

+2
-2
lines changed
  • hbase-migration-tools/bigtable-hbase-replication
    • bigtable-hbase-1.x-replication
    • bigtable-hbase-2.x-replication

2 files changed

+2
-2
lines changed

hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ limitations under the License.
153153
<dependency>
154154
<groupId>com.google.cloud</groupId>
155155
<artifactId>google-cloud-bigtable-emulator</artifactId>
156-
<version>0.142.3</version>
156+
<version>0.143.0</version>
157157
<scope>test</scope>
158158
<exclusions>
159159
<!-- We do not use channel creating helpers, so don't need any

hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ limitations under the License.
164164
<dependency>
165165
<groupId>com.google.cloud</groupId>
166166
<artifactId>google-cloud-bigtable-emulator</artifactId>
167-
<version>0.142.3</version>
167+
<version>0.143.0</version>
168168
<scope>test</scope>
169169
<exclusions>
170170
<!-- We do not use channel creating helpers, so don't need any

0 commit comments

Comments
 (0)