Skip to content

Bump golang.org/x/oauth2 from 0.18.0 to 0.31.0#72

Merged
jonatasteixeira merged 4 commits into
masterfrom
dependabot/go_modules/golang.org/x/oauth2-0.31.0
Sep 23, 2025
Merged

Bump golang.org/x/oauth2 from 0.18.0 to 0.31.0#72
jonatasteixeira merged 4 commits into
masterfrom
dependabot/go_modules/golang.org/x/oauth2-0.31.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps golang.org/x/oauth2 from 0.18.0 to 0.31.0.

Commits
  • 014cf77 all: upgrade go directive to at least 1.24.0 [generated]
  • 3c76ce5 endpoints: correct Naver OAuth2 endpoint URLs
  • cf14319 oauth2: fix expiration time window check
  • 32d34ef internal: include clientID in auth style cache key
  • 2d34e30 oauth2: replace a magic number with AuthStyleUnknown
  • 696f7b3 all: modernize with doc links and any
  • 471209b oauth2: drop dependency on go-cmp
  • 6968da2 oauth2: sync Token.ExpiresIn from internal Token
  • d2c4e0a oauth2: context instead of golang.org/x/net/context in doc
  • 883dc3c endpoints: add various endpoints from stale CLs
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.18.0 to 0.31.0.
- [Commits](golang/oauth2@v0.18.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 8, 2025
@jonatasteixeira jonatasteixeira force-pushed the dependabot/go_modules/golang.org/x/oauth2-0.31.0 branch from 321a6a0 to f1be418 Compare September 23, 2025 10:00
@jonatasteixeira jonatasteixeira force-pushed the dependabot/go_modules/golang.org/x/oauth2-0.31.0 branch from f1be418 to 901805e Compare September 23, 2025 10:01
Comment thread .github/workflows/testing.yml Outdated
with:
version: v1.49.0
uses: golangci/golangci-lint-action@v8

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the test-section below, change to go-version-file, so that it uses the same go version there.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@jonatasteixeira jonatasteixeira force-pushed the dependabot/go_modules/golang.org/x/oauth2-0.31.0 branch from 62a435a to 7bcd0a3 Compare September 23, 2025 10:27
@jonatasteixeira jonatasteixeira force-pushed the dependabot/go_modules/golang.org/x/oauth2-0.31.0 branch from 7bcd0a3 to 9804775 Compare September 23, 2025 10:28
Copy link
Copy Markdown

@klemmster klemmster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Comment thread go.mod
module github.com/hellofresh/updater-go/v3

go 1.19
go 1.24.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bumping the module required version will require bumping the version of all projects using it 🤔

but if there's no alternative, that's ok

@jonatasteixeira jonatasteixeira merged commit a8ab722 into master Sep 23, 2025
8 checks passed
@jonatasteixeira jonatasteixeira deleted the dependabot/go_modules/golang.org/x/oauth2-0.31.0 branch September 23, 2025 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants