Skip to content

Commit c13a90e

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-bigtable-emulator-core to v0.152.0 (#3834)
[![Mend 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-core](https://togithub.com/googleapis/java-bigtable) | `0.151.1` -> `0.152.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable-emulator-core/0.152.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable-emulator-core/0.152.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable-emulator-core/0.152.0/compatibility-slim/0.151.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigtable-emulator-core/0.152.0/confidence-slim/0.151.1)](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**: 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigtable-hbase). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNC4yLjMifQ==-->
1 parent 5c43cee commit c13a90e

File tree

3 files changed

+3
-3
lines changed
  • bigtable-dataflow-parent/bigtable-beam-import
  • hbase-migration-tools/bigtable-hbase-replication
    • bigtable-hbase-1.x-replication
    • bigtable-hbase-2.x-replication

3 files changed

+3
-3
lines changed

bigtable-dataflow-parent/bigtable-beam-import/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ limitations under the License.
256256
<dependency>
257257
<groupId>com.google.cloud</groupId>
258258
<artifactId>google-cloud-bigtable-emulator-core</artifactId>
259-
<version>0.151.1</version>
259+
<version>0.152.0</version>
260260
<scope>test</scope>
261261
</dependency>
262262
<dependency>

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
@@ -177,7 +177,7 @@ limitations under the License.
177177
<dependency>
178178
<groupId>com.google.cloud</groupId>
179179
<artifactId>google-cloud-bigtable-emulator-core</artifactId>
180-
<version>0.151.1</version>
180+
<version>0.152.0</version>
181181
<scope>test</scope>
182182
</dependency>
183183
<dependency>

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
@@ -208,7 +208,7 @@ limitations under the License.
208208
<dependency>
209209
<groupId>com.google.cloud</groupId>
210210
<artifactId>google-cloud-bigtable-emulator-core</artifactId>
211-
<version>0.151.1</version>
211+
<version>0.152.0</version>
212212
<scope>test</scope>
213213
</dependency>
214214
<!--Test dependencies-->

0 commit comments

Comments
 (0)