Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Bump oauth2 from 2.0.9 to 2.0.14#38

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/oauth2-2.0.14
Closed

Bump oauth2 from 2.0.9 to 2.0.14#38
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/oauth2-2.0.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2025

Copy link
Copy Markdown
Contributor

Bumps oauth2 from 2.0.9 to 2.0.14.

Release notes

Sourced from oauth2's releases.

v2.0.14

What's Changed

Full Changelog: ruby-oauth/oauth2@v2.0.13...v2.0.14

Official Discord 👉️ Live Chat on Discord

Many paths lead to being a sponsor or a backer of this project. Are you on such a path?

OpenCollective Backers OpenCollective Sponsors Sponsor Me on Github Liberapay Goal Progress Donate on PayPal

Buy me a coffee Donate on Polar Donate to my FLOSS or refugee efforts at ko-fi.com Donate to my FLOSS or refugee efforts using Patreon

v2.0.13

[2.0.13] - 2025-08-30

  • TAG: [v2.0.13][2.0.13t]
  • COVERAGE: 100.00% -- 519/519 lines in 14 files
  • BRANCH COVERAGE: 100.00% -- 174/174 branches in 14 files
  • 90.48% documented

Added

  • [gh656][gh656] - Support revocation with URL-encoded parameters
  • [gh660][gh660] - Inline yard documentation by @​pboling
  • [gh660][gh660] - Complete RBS types documentation by @​pboling

... (truncated)

Changelog

Sourced from oauth2's changelog.

[2.0.14] - 2025-08-31

  • TAG: [v2.0.14][2.0.14t]
  • COVERAGE: 100.00% -- 519/519 lines in 14 files
  • BRANCH COVERAGE: 100.00% -- 174/174 branches in 14 files
  • 90.48% documented

Added

  • improved documentation by @​pboling
  • gh665 - Document Mutual TLS (mTLS) usage with example in README (connection_opts.ssl client_cert/client_key and auth_scheme: :tls_client_auth) by @​pboling
  • gh666 - Document usage of flat query params using Faraday::FlatParamsEncoder, with example URI, in README by @​pboling
    • Spec: verify flat params are preserved with Faraday::FlatParamsEncoder (skips on Faraday without FlatParamsEncoder)
  • gh662 - documentation notes in code comments and README highlighting OAuth 2.1 differences, with references, by @​pboling
    • PKCE required for auth code,
    • exact redirect URI match,
    • implicit/password grants omitted,
    • avoid bearer tokens in query,
    • refresh token guidance for public clients,
    • simplified client definitions
  • gh663 - document how to implement an OIDC client with this gem in OIDC.md by @​pboling
    • also, list libraries built on top of the oauth2 gem that implement OIDC
  • gh664 - README: Add example for JHipster UAA (Spring Cloud) password grant, converted from Postman/Net::HTTP by @​pboling

[2.0.13] - 2025-08-30

  • TAG: [v2.0.13][2.0.13t]
  • COVERAGE: 100.00% -- 519/519 lines in 14 files
  • BRANCH COVERAGE: 100.00% -- 174/174 branches in 14 files
  • 90.48% documented

Added

  • gh656 - Support revocation with URL-encoded parameters
  • gh660 - Inline yard documentation by @​pboling
  • gh660 - Complete RBS types documentation by @​pboling
  • gh660- (more) Comprehensive documentation / examples by @​pboling
  • gh657 - Updated documentation for org-rename by @​pboling
  • More funding links by @​Aboling0
  • Documentation: Added docs/OIDC.md with OIDC 1.0 overview, example, and references

Changed

Fixed

Security

... (truncated)

Commits
  • de505c1 🔒️ Checksums for v2.0.14
  • 2974db9 📝 CHANGELOG.md PR links
  • 44ad109 🔖 Prepare release v2.0.14
  • c6857e9 🎨 kettle-dev v1.0.24 template updates
  • a3c2e63 ⬆️ kettle-dev v1.0.24
  • 5387643 Merge pull request #666 from ruby-oauth/flat-params
  • d16d8a0 ✅ Documentation with Example for Flat Params Usage, with specs
  • 0610346 Merge pull request #665 from ruby-oauth/mtls
  • 5c08737 📝 Document Mutual TLS (mTLS) usage with example in README
  • 310ccce Merge pull request #664 from ruby-oauth/example/Jhipster-UAA-Server
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [oauth2](https://github.com/ruby-oauth/oauth2) from 2.0.9 to 2.0.14.
- [Release notes](https://github.com/ruby-oauth/oauth2/releases)
- [Changelog](https://github.com/ruby-oauth/oauth2/blob/main/CHANGELOG.md)
- [Commits](ruby-oauth/oauth2@v2.0.9...v2.0.14)

---
updated-dependencies:
- dependency-name: oauth2
  dependency-version: 2.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 1, 2025
@dependabot @github

dependabot Bot commented on behalf of github Sep 15, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #39.

@dependabot dependabot Bot closed this Sep 15, 2025
@dependabot dependabot Bot deleted the dependabot/bundler/oauth2-2.0.14 branch September 15, 2025 08:52
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants