Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.google.cloud:google-cloud-datastore from 2.4.0 to 2.13.3 in /modules/gcloud #1572

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

Bumps com.google.cloud:google-cloud-datastore from 2.4.0 to 2.13.3.

Release notes

Sourced from com.google.cloud:google-cloud-datastore's releases.

v2.13.3

2.13.3 (2023-01-23)

Bug Fixes

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.2 (#966) (78e9e8e)

v2.13.2

2.13.2 (2023-01-10)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.1 (#953) (fdffe1e)
  • Update dependency com.google.errorprone:error_prone_core to v2.18.0 (#951) (ac5c83e)
  • Update dependency org.junit.vintage:junit-vintage-engine to v5.9.2 (#954) (b0b72bb)

v2.13.1

2.13.1 (2023-01-03)

Dependencies

  • Update dependency com.google.errorprone:error_prone_core to v2.17.0 (#944) (b0fd082)
  • Update dependency org.easymock:easymock to v5.1.0 (#945) (7774aac)

v2.13.0

2.13.0 (2022-12-06)

Features

  • Next release from main branch is 2.13.0 (#917) (1f12435)

Bug Fixes

  • #355 Explicitly passing --project argument when starting emulator (#923) (ef4065d)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.0 (#932) (1dbcea7)
  • Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.18 (#924) (625e896)

... (truncated)

Changelog

Sourced from com.google.cloud:google-cloud-datastore's changelog.

2.13.3 (2023-01-23)

Bug Fixes

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.2 (#966) (78e9e8e)

2.13.2 (2023-01-10)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.1 (#953) (fdffe1e)
  • Update dependency com.google.errorprone:error_prone_core to v2.18.0 (#951) (ac5c83e)
  • Update dependency org.junit.vintage:junit-vintage-engine to v5.9.2 (#954) (b0b72bb)

2.13.1 (2023-01-03)

Dependencies

  • Update dependency com.google.errorprone:error_prone_core to v2.17.0 (#944) (b0fd082)
  • Update dependency org.easymock:easymock to v5.1.0 (#945) (7774aac)

2.13.0 (2022-12-06)

Features

  • Next release from main branch is 2.13.0 (#917) (1f12435)

Bug Fixes

  • #355 Explicitly passing --project argument when starting emulator (#923) (ef4065d)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.0 (#932) (1dbcea7)
  • Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.18 (#924) (625e896)
  • Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.19 (#930) (77285be)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.18 (#925) (0c7539d)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.19 (#931) (40b4011)

... (truncated)

Commits
  • 1bdcffa chore(main): release 2.13.3 (#968)
  • c89b27a fix(java): skip fixing poms for special modules (#1744) (#964)
  • 6ccd657 chore(deps): update dependency com.google.cloud:libraries-bom to v26.4.0 (#965)
  • 78e9e8e deps: update dependency com.google.cloud:google-cloud-shared-dependencies to ...
  • 2d1b51b chore: Upgrade to later version of gcp-uploader and protobuf (#1741) (#962)
  • 232162c chore(bazel): update protobuf to v3.21.12 (#961)
  • dedf91d chore: add dynamic routing header annotation to DatastoreV1 (#959)
  • 66c3591 chore(deps): update dependency com.google.cloud:google-cloud-datastore to v2....
  • f00c60a chore(main): release 2.13.3-SNAPSHOT (#956)
  • 3a284a1 chore(main): release 2.13.2 (#955)
  • 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 [com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore) from 2.4.0 to 2.13.3.
- [Release notes](https://github.com/googleapis/java-datastore/releases)
- [Changelog](https://github.com/googleapis/java-datastore/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-datastore@v2.4.0...v2.13.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2023

Superseded by #1628.

@dependabot dependabot bot closed this Mar 1, 2023
@dependabot dependabot bot deleted the dependabot/gradle/modules/gcloud/com.google.cloud-google-cloud-datastore-2.13.3 branch March 1, 2023 09:58
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.

0 participants