Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Conversation

dependabot-preview[bot]
Copy link

Bumps scribejava-apis from 4.0.0 to 8.2.0.

Release notes

Sourced from scribejava-apis's releases.

scribejava-8.2.0

  • add ScopeBuilder to easily specify multiple scopes while requesting OAuth2.0 Access Tokens
  • make Base64 en/de-coding not dependent from java8 implementation (use three optional implementation (internal java 8+, Apache Commons Codec, JAXB) detected in runtime) (thanks to https://github.com/CodingFabian)
  • implement possibility to add extra parameters to Access Token Request (AccessTokenRequestParams#*ExtraParameters methods), scribejava/scribejava#980 (thanks to https://github.com/pmorch)

scribejava-8.1.0

scribejava-8.0.0

scribejava-7.1.1

scribejava-7.0.0

Changelog

Sourced from scribejava-apis's changelog.

[8.2.0]

  • add ScopeBuilder to easily specify multiple scopes while requesting OAuth2.0 Access Tokens
  • make Base64 en/de-coding not dependent from java8 implementation (use three optional implementation (internal java 8+, Apache Commons Codec, JAXB) detected in runtime) (thanks to https://github.com/CodingFabian)
  • implement possibility to add extra parameters to Access Token Request (AccessTokenRequestParams#*ExtraParameters methods), scribejava/scribejava#980 (thanks to https://github.com/pmorch)

[8.1.0]

[8.0.0]

[7.1.1]

[7.0.0]

[6.9.0]

[6.8.1]

[6.8.0]

[6.7.0]

  • Add OAuth2 support for Meetup.com (thanks to https://github.com/stevedes77)
  • upgrade okhttp to 4.0.1 and security fix for jackson-databind 2.9.9.1

[6.6.3]

  • fix NPE for OpenId providers

... (truncated)

Commits
  • ce4402b [maven-release-plugin] prepare release scribejava-8.2.0
  • 4a2f428 prepare v8.2.0
  • ce678fb update deps
  • 49cf8a6 update deps
  • 4e90348 implement possibility to add extra parameters to Access Token Request (Access...
  • f5a6f0b update dependencies
  • 45ad5e4 add new dataset to Base64 test (all bytes from -127 to 128)
  • 33e4b87 add Base64 implementation - JAXB v2.3.0 (the latest for JRE 7)
  • 36c1c71 add JAXB 3.0.0 implementation for Base64 encoding
  • 12297f7 add Apache Commons Codec Base64 provider as alternative to java 8+ (and
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 14, 2021
@dependabot-preview
Copy link
Author

Superseded by #44.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/com.github.scribejava-scribejava-apis-8.2.0 branch April 20, 2021 02:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants