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 google-cloud-datastore from 2.14.1 to 2.16.1 #1081

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps google-cloud-datastore from 2.14.1 to 2.16.1.

Release notes

Sourced from google-cloud-datastore's releases.

v2.16.1

2.16.1 (2023-07-10)

Documentation

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.13.0 (#1130) (2181847)

v2.16.0

2.16.0 (2023-06-22)

Features

  • Remove BetaApi annotation from OR query API (#1118) (b08dc9a)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.12.0 (#1121) (65dd46d)
  • Update dependency com.google.errorprone:error_prone_core to v2.20.0 (#1115) (381d76e)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.23 (#1114) (7f58868)

v2.15.0

2.15.0 (2023-06-09)

Features

Bug Fixes

  • Add some missing annotations and fix equals/hashcode for DatastoreOptions (#1106) (c4a79ef)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.11.0 (#1104) (fc9b091)

v2.14.7

2.14.7 (2023-05-29)

... (truncated)

Changelog

Sourced from google-cloud-datastore's changelog.

2.16.1 (2023-07-10)

Documentation

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.13.0 (#1130) (2181847)

2.16.0 (2023-06-22)

Features

  • Remove BetaApi annotation from OR query API (#1118) (b08dc9a)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.12.0 (#1121) (65dd46d)
  • Update dependency com.google.errorprone:error_prone_core to v2.20.0 (#1115) (381d76e)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.23 (#1114) (7f58868)

2.15.0 (2023-06-09)

Features

Bug Fixes

  • Add some missing annotations and fix equals/hashcode for DatastoreOptions (#1106) (c4a79ef)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.11.0 (#1104) (fc9b091)

2.14.7 (2023-05-29)

Documentation

  • Marking Transaction, Batch and DatastoreBatchWriter class with 'NotThreadSafe' annotation (#1082) (9e96650)

... (truncated)

Commits
  • 5ca3bfa chore(main): release 2.16.1 (#1128)
  • 2181847 deps: update dependency com.google.cloud:google-cloud-shared-dependencies to ...
  • d4b11bb docs: fix javadoc errors (#1126)
  • d28c880 chore(deps): update dependency com.google.cloud:libraries-bom to v26.18.0 (#1...
  • e1458cd ci: javadoc job (JDK 17) in ci.yaml (#1819) (#1125)
  • 917e7c8 chore(deps): update dependency com.google.cloud:google-cloud-datastore to v2....
  • e585c2d chore(main): release 2.16.1-SNAPSHOT (#1122)
  • 9b1b657 chore(main): release 2.16.0 (#1117)
  • a0e9b30 chore: Java 8 unit test to build code in Java 17 and run tests on Java 8 (#18...
  • 65dd46d deps: update dependency com.google.cloud:google-cloud-shared-dependencies to ...
  • 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-datastore](https://github.com/googleapis/java-datastore) from 2.14.1 to 2.16.1.
- [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.14.1...v2.16.1)

---
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] <support@github.com>
@dependabot dependabot bot added dependency-update java Pull requests that update Java code labels Jul 17, 2023
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (62f15a0) 56.07% compared to head (efad965) 56.07%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1081   +/-   ##
=========================================
  Coverage     56.07%   56.07%           
  Complexity      921      921           
=========================================
  Files           178      178           
  Lines          4519     4519           
  Branches        597      597           
=========================================
  Hits           2534     2534           
  Misses         1827     1827           
  Partials        158      158           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bennetelli bennetelli merged commit 6b75fc4 into master Jul 19, 2023
3 checks passed
@bennetelli bennetelli deleted the dependabot/maven/com.google.cloud-google-cloud-datastore-2.16.1 branch July 19, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-update java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants