From 90ffea742549d2d856845489536387360796a442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:49:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20golang.org/x/oauth2?= =?UTF-8?q?=20from=200.24.0=20to=200.25.0=20in=20/utils=20(#538)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.24.0 to 0.25.0.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/oauth2&package-manager=go_modules&previous-version=0.24.0&new-version=0.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot --- changes/20250108164432.bugfix | 1 + changes/20250108164438.bugfix | 1 + changes/20250108164500.bugfix | 1 + changes/20250108164505.bugfix | 1 + changes/20250108164530.bugfix | 1 + changes/20250108164535.bugfix | 1 + changes/20250108164600.bugfix | 1 + changes/20250108164603.bugfix | 1 + utils/go.mod | 2 +- utils/go.sum | 4 ++-- 10 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 changes/20250108164432.bugfix create mode 100644 changes/20250108164438.bugfix create mode 100644 changes/20250108164500.bugfix create mode 100644 changes/20250108164505.bugfix create mode 100644 changes/20250108164530.bugfix create mode 100644 changes/20250108164535.bugfix create mode 100644 changes/20250108164600.bugfix create mode 100644 changes/20250108164603.bugfix diff --git a/changes/20250108164432.bugfix b/changes/20250108164432.bugfix new file mode 100644 index 0000000000..394daf29a9 --- /dev/null +++ b/changes/20250108164432.bugfix @@ -0,0 +1 @@ +Dependency upgrade: oauth2-0.25.0 diff --git a/changes/20250108164438.bugfix b/changes/20250108164438.bugfix new file mode 100644 index 0000000000..394daf29a9 --- /dev/null +++ b/changes/20250108164438.bugfix @@ -0,0 +1 @@ +Dependency upgrade: oauth2-0.25.0 diff --git a/changes/20250108164500.bugfix b/changes/20250108164500.bugfix new file mode 100644 index 0000000000..394daf29a9 --- /dev/null +++ b/changes/20250108164500.bugfix @@ -0,0 +1 @@ +Dependency upgrade: oauth2-0.25.0 diff --git a/changes/20250108164505.bugfix b/changes/20250108164505.bugfix new file mode 100644 index 0000000000..394daf29a9 --- /dev/null +++ b/changes/20250108164505.bugfix @@ -0,0 +1 @@ +Dependency upgrade: oauth2-0.25.0 diff --git a/changes/20250108164530.bugfix b/changes/20250108164530.bugfix new file mode 100644 index 0000000000..394daf29a9 --- /dev/null +++ b/changes/20250108164530.bugfix @@ -0,0 +1 @@ +Dependency upgrade: oauth2-0.25.0 diff --git a/changes/20250108164535.bugfix b/changes/20250108164535.bugfix new file mode 100644 index 0000000000..394daf29a9 --- /dev/null +++ b/changes/20250108164535.bugfix @@ -0,0 +1 @@ +Dependency upgrade: oauth2-0.25.0 diff --git a/changes/20250108164600.bugfix b/changes/20250108164600.bugfix new file mode 100644 index 0000000000..394daf29a9 --- /dev/null +++ b/changes/20250108164600.bugfix @@ -0,0 +1 @@ +Dependency upgrade: oauth2-0.25.0 diff --git a/changes/20250108164603.bugfix b/changes/20250108164603.bugfix new file mode 100644 index 0000000000..394daf29a9 --- /dev/null +++ b/changes/20250108164603.bugfix @@ -0,0 +1 @@ +Dependency upgrade: oauth2-0.25.0 diff --git a/utils/go.mod b/utils/go.mod index 568158e812..b7f14a337b 100644 --- a/utils/go.mod +++ b/utils/go.mod @@ -46,7 +46,7 @@ require ( golang.org/x/exp v0.0.0-20230905200255-921286631fa9 golang.org/x/mod v0.17.0 golang.org/x/net v0.34.0 - golang.org/x/oauth2 v0.24.0 + golang.org/x/oauth2 v0.25.0 golang.org/x/sync v0.10.0 golang.org/x/sys v0.29.0 golang.org/x/text v0.21.0 diff --git a/utils/go.sum b/utils/go.sum index dc5b974626..da6ea65551 100644 --- a/utils/go.sum +++ b/utils/go.sum @@ -280,8 +280,8 @@ golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= -golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE= -golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= +golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70= +golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=