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

build(deps): bump dropbox-core-sdk from 5.1.1 to 5.4.2 #3326

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps dropbox-core-sdk from 5.1.1 to 5.4.2.

Release notes

Sourced from dropbox-core-sdk's releases.

v5.4.2

What's Changed

  • Update dropbox-api-spec to point to more recent version (Sept 01, 2022) #431
  • Generated stone api code is now checked into repository for greater visibility of spec changes #418
  • Renamed master -> main #424
  • Added gradle version catalog #414#436
  • Moved android code from dropbox-sdk-java into dropbox-sdk-android #429
  • Converted Java code to Kotlin in dropbox-sdk-android while mostly maintaining binary compatibility. #430
  • Binary Compatibility Changes since v5.3.0#449 (see changes):
    • The following classes are now final and cannot be extended.
      • com.dropbox.core.android.Auth
      • com.dropbox.core.android.DbxOfficialAppConnector
    • In com.dropbox.core.android.AuthActivity, constants for the Intent Extra Keys were moved to com.dropbox.core.android.internal.DropboxAuthIntent
  • Fixed NPE bug in login flow #347

New Contributors

Full Changelog: dropbox/dropbox-sdk-java@v5.4.1...v5.4.2

5.4.1

This release is identical to 5.3.0 and has been uploaded temporarily as we finish our latest release. 5.4.0 was pushed prematurely due to a misconfiguration with our GitHub Action for publishing.

Full Changelog: dropbox/dropbox-sdk-java@v5.3.0...v5.4.1

v5.3.0

Changes:

  • Update dropbox-api-spec to point to more recent version (July 13, 2022) #400
  • The generateStone Gradle Task now supports Gradle Configuration Caching #390
  • API Backwards Compatibility Fix - Won't crash when new types are returned from API #395
  • Version Bumps in the Dropbox Android Sample Apps #391

Artifacts on Maven Central

v5.2.0

  • Updated dropbox-api-spec
  • Bump jackson-core to 2.7.9
Changelog

Sourced from dropbox-core-sdk's changelog.

5.4.2 (2022-10-03)


  • Update dropbox-api-spec to point to more recent version (Sept 01, 2022) #431
  • Generated stone api code is now checked into repository for greater visibility of spec changes #418
  • Renamed master -> main #424
  • Added gradle version catalog #414#436
  • Moved android code from dropbox-sdk-java into dropbox-sdk-android #429
  • Converted Java code to Kotlin in dropbox-sdk-android while mostly maintaining binary compatibility. #430
  • Binary Compatibility Changes since v5.3.0#449 (see changes):
    • The following classes are now final and cannot be extended.
      • com.dropbox.core.android.Auth
      • com.dropbox.core.android.DbxOfficialAppConnector
    • In com.dropbox.core.android.AuthActivity, constants for the Intent Extra Keys were moved to com.dropbox.core.android.internal.DropboxAuthIntent
  • Fixed NPE bug in login flow #347

5.4.1 (2022-09-27)

  • Republished 5.3.0 due to premature release of 5.4.0

5.4.0 (2022-09-26)

  • Published prematurely due to misconfiguration of GH Action, do not use.

5.3.0 (2022-07-20) Milestone

  • Update dropbox-api-spec to point to more recent version (July 13, 2022) #400
  • The generateStone Gradle Task now supports Gradle Configuration Caching #390
  • API Backwards Compatibility Fix - Won't crash when new types are returned from API #395
  • Version Bumps in the Dropbox Android Sample Apps #391

5.2.0 (2022-04-04)

  • Update jackson-core to 2.7.9
Commits
  • e152079 5.4.2 Release & README Updates (#464)
  • 009c8eb Corrected Configuration and Compatibility (#467)
  • d45dd9e Create a Java Only Example (#465)
  • 7639bd5 Makes Kotlin a compile only dependency for the primary artifact. Will update...
  • c64ea85 Fixes #456 and adds both login types to the sample app. (#462)
  • 460d63b Re-Enable Examples running during PRs (#460)
  • dc69c9f Binary Compatibility Validator Dump from v5.3.0 Release. (#449)
  • 087818c Binary Compatibility Validator Dump from v5.3.0 Release.
  • 68f4e35 Overriding output directory for Generating Code from Stone API Spec (#454)
  • d5765ff Removed additional Gradle Root (examples) (#455)
  • 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 [dropbox-core-sdk](https://github.com/dropbox/dropbox-sdk-java) from 5.1.1 to 5.4.2.
- [Release notes](https://github.com/dropbox/dropbox-sdk-java/releases)
- [Changelog](https://github.com/dropbox/dropbox-sdk-java/blob/main/ChangeLog.md)
- [Commits](dropbox/dropbox-sdk-java@v5.1.1...v5.4.2)

---
updated-dependencies:
- dependency-name: com.dropbox.core:dropbox-core-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2022

Superseded by #3328.

@dependabot dependabot bot closed this Oct 14, 2022
@dependabot dependabot bot deleted the dependabot/gradle/com.dropbox.core-dropbox-core-sdk-5.4.2 branch October 14, 2022 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants