owncloud / files_external_gdrive

GDrive external storage for ownCloud
GNU Affero General Public License v3.0
44 stars 41 forks source link

Bump google/apiclient from 1.1.7 to 2.13.0 #80

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps google/apiclient from 1.1.7 to 2.13.0.

Release notes

Sourced from google/apiclient's releases.

v2.13.0

2.13.0 (2022-12-19)

Features

  • Make auth http client config extends from default client config (#2348) (2640250)

Bug Fixes

  • Don't send content-type header if no post body exists (#2288) (654c0e2)
  • Ensure new redirect_uri propogates to OAuth2 class (#2282) (a69131b)
  • Update accounts.google.com authorization URI (#2275) (b2624d2)

v2.12.6

Bug Fixes

  • MediaFileUpload fatal error (#2274)

v2.12.5

Misc

  • fix PHP 8.1 implicit conversion warning (#2259)
  • support for monolog 3 (#2268)
  • add missing public var used by subclasses (#2254)

v2.12.4

Miscellaneous

This release is mostly a test to see if documentation generation on tagging is fixed

v2.12.3

Bug Fixes

v2.12.2

  • fix: batch header concatenation (#2233)
  • add support for firebase/php-jwt v6.0 for CVE-2021-46743 (#2235)
  • update psr7 for CVE-2022-24775 (#2234)

v2.12.1

Fixes

  • fix: remove error block of code (#2163)

v2.12.0

Features

... (truncated)

Changelog

Sourced from google/apiclient's changelog.

2.13.0 (2022-12-19)

Features

  • Make auth http client config extends from default client config (#2348) (2640250)

Bug Fixes

Commits
  • b653a33 chore(main): release 2.13.0 (#2349)
  • b094074 chore: add release-please for release management
  • af40e9e chore: run github actions workflow on main
  • 1a61194 chore: remove ignore lines where phpztan now works as expected
  • 2640250 feat: make auth http client config extends from default client config (#2348)
  • b2624d2 fix: update accounts.google.com authorization URI (#2275)
  • 88cc63c fix: lint errors (#2315)
  • 59ee192 chore(docs): add null type to Service\Exception errors (#2309)
  • 654c0e2 fix: don't send content-type header if no post body exists (#2288)
  • a69131b fix: ensure new redirect_uri propogates to OAuth2 class (#2282)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #81.