Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 1, 2022

Bumps google-cloud-bigtable from 2.6.2 to 2.13.0.

Release notes

Sourced from google-cloud-bigtable's releases.

v2.13.0

2.13.0 (2022-09-27)

Features

Bug Fixes

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.5 (#1406) (d906729)
  • Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.14 (#1411) (ef7d741)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.14 (#1412) (dcae319)
  • Update dependency org.junit.vintage:junit-vintage-engine to v5.9.1 (#1409) (c1e195d)

v2.12.0

2.12.0 (2022-09-15)

Features

  • generated: Publish CBT deletion_protection field in Table, UpdateTableRequest, and UpdateTable API (f1f3f05)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.3 (#1386) (f460373)
  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.3 (#1387) (e339cb1)
  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.4 (#1395) (a2db183)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 (#1384) (ee3b256)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 (#1393) (df6c6c7)

v2.11.2

2.11.2 (2022-09-07)

Bug Fixes

  • Make cloud-monitoring a runtime dependency (#1371) (930d043)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.2 (#1373) (43b8052)

... (truncated)

Changelog

Sourced from google-cloud-bigtable's changelog.

2.13.0 (2022-09-27)

Features

Bug Fixes

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.5 (#1406) (d906729)
  • Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.14 (#1411) (ef7d741)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.14 (#1412) (dcae319)
  • Update dependency org.junit.vintage:junit-vintage-engine to v5.9.1 (#1409) (c1e195d)

2.12.0 (2022-09-15)

Features

  • generated: Publish CBT deletion_protection field in Table, UpdateTableRequest, and UpdateTable API (f1f3f05)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.3 (#1386) (f460373)
  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.3 (#1387) (e339cb1)
  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.4 (#1395) (a2db183)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 (#1384) (ee3b256)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 (#1393) (df6c6c7)

2.11.2 (2022-09-07)

Bug Fixes

  • Make cloud-monitoring a runtime dependency (#1371) (930d043)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.2 (#1373) (43b8052)
  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.2 (#1374) (4174f0d)

2.11.1 (2022-08-26)

... (truncated)

Commits
  • 0a94bac chore(main): release 2.13.0 (#1407)
  • 3bfc7bc fix: add a UUID in the task value (#1430)
  • e6788b0 chore: pin versions of dependencies for compatibility with Python 3.6 (#1588)...
  • ef7d741 deps: update dependency org.graalvm.buildtools:junit-platform-native to v0.9....
  • dcae319 deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.14...
  • e829b92 feat: add gRPC RLS dependency (#1248)
  • c1e195d deps: update dependency org.junit.vintage:junit-vintage-engine to v5.9.1 (#1409)
  • d906729 deps: update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4....
  • 1cece54 chore(deps): update dependency com.google.cloud:libraries-bom to v26.1.2 (#1403)
  • 4ddf00b chore(deps): update dependency com.google.cloud:google-cloud-bigtable to v2.1...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [google-cloud-bigtable](https://github.com/googleapis/java-bigtable) from 2.6.2 to 2.13.0.
- [Release notes](https://github.com/googleapis/java-bigtable/releases)
- [Changelog](https://github.com/googleapis/java-bigtable/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-bigtable@v2.6.2...v2.13.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-bigtable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2022

Superseded by #1399.

@dependabot dependabot bot closed this Nov 1, 2022
@dependabot dependabot bot deleted the dependabot/gradle/modules/gcloud/com.google.cloud-google-cloud-bigtable-2.13.0 branch November 1, 2022 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant