Skip to content

Commit

Permalink
chore(deps): bump github.com/zitadel/oidc/v3 from 3.30.0 to 3.33.1 (#403
Browse files Browse the repository at this point in the history
)

Bumps [github.com/zitadel/oidc/v3](https://github.com/zitadel/oidc) from
3.30.0 to 3.33.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zitadel/oidc/releases">github.com/zitadel/oidc/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.33.1</h2>
<h2><a
href="https://github.com/zitadel/oidc/compare/v3.33.0...v3.33.1">3.33.1</a>
(2024-11-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>op:</strong> add scope to access token scope (<a
href="https://redirect.github.com/zitadel/oidc/issues/664">#664</a>) (<a
href="https://github.com/zitadel/oidc/commit/897c720070c0cca82f8b898b5f8db53c73f54881">897c720</a>)</li>
</ul>
<h2>v3.33.0</h2>
<h1><a
href="https://github.com/zitadel/oidc/compare/v3.32.1...v3.33.0">3.33.0</a>
(2024-11-12)</h1>
<h3>Features</h3>
<ul>
<li><strong>pkg/op:</strong> allow custom SupportedScopes (<a
href="https://redirect.github.com/zitadel/oidc/issues/675">#675</a>) (<a
href="https://github.com/zitadel/oidc/commit/8afb8b8d5fb036b2688b773596d5dd992ba63cf5">8afb8b8</a>)</li>
</ul>
<h2>v3.32.1</h2>
<h2><a
href="https://github.com/zitadel/oidc/compare/v3.32.0...v3.32.1">3.32.1</a>
(2024-11-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>ignore all unmarshal errors from locale (<a
href="https://redirect.github.com/zitadel/oidc/issues/673">#673</a>) (<a
href="https://github.com/zitadel/oidc/commit/fbf009fe75dac732dde39e0eb6fe324b337675e0">fbf009f</a>)</li>
</ul>
<h2>v3.32.0</h2>
<h1><a
href="https://github.com/zitadel/oidc/compare/v3.31.0...v3.32.0">3.32.0</a>
(2024-10-30)</h1>
<h3>Features</h3>
<ul>
<li><strong>OP:</strong> add back channel logout support (<a
href="https://redirect.github.com/zitadel/oidc/issues/671">#671</a>) (<a
href="https://github.com/zitadel/oidc/commit/f1e4cb22456afeb42d6d16d29a37231ad99224db">f1e4cb2</a>)</li>
</ul>
<h2>v3.31.0</h2>
<h1><a
href="https://github.com/zitadel/oidc/compare/v3.30.1...v3.31.0">3.31.0</a>
(2024-10-21)</h1>
<h3>Features</h3>
<ul>
<li><strong>example:</strong> Allow configuring some parameters with env
variables (<a
href="https://redirect.github.com/zitadel/oidc/issues/663">#663</a>) (<a
href="https://github.com/zitadel/oidc/commit/24869d281155064b0a4a6339ad641ba76bac6177">24869d2</a>)</li>
</ul>
<h2>v3.30.1</h2>
<h2><a
href="https://github.com/zitadel/oidc/compare/v3.30.0...v3.30.1">3.30.1</a>
(2024-10-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix slice init length (<a
href="https://redirect.github.com/zitadel/oidc/issues/658">#658</a>) (<a
href="https://github.com/zitadel/oidc/commit/97d7b28fc080f9929e590ef1989880b0762e0098">97d7b28</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zitadel/oidc/commit/897c720070c0cca82f8b898b5f8db53c73f54881"><code>897c720</code></a>
fix(op): add scope to access token scope (<a
href="https://redirect.github.com/zitadel/oidc/issues/664">#664</a>)</li>
<li><a
href="https://github.com/zitadel/oidc/commit/8afb8b8d5fb036b2688b773596d5dd992ba63cf5"><code>8afb8b8</code></a>
feat(pkg/op): allow custom SupportedScopes (<a
href="https://redirect.github.com/zitadel/oidc/issues/675">#675</a>)</li>
<li><a
href="https://github.com/zitadel/oidc/commit/87ab01115708a2a05c20cfd26db82cc7e0e8e338"><code>87ab011</code></a>
chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (<a
href="https://redirect.github.com/zitadel/oidc/issues/676">#676</a>)</li>
<li><a
href="https://github.com/zitadel/oidc/commit/f194951e6194c49f643106c2cc970edbdc9e99ea"><code>f194951</code></a>
chore(deps): bump golang.org/x/text from 0.19.0 to 0.20.0 (<a
href="https://redirect.github.com/zitadel/oidc/issues/677">#677</a>)</li>
<li><a
href="https://github.com/zitadel/oidc/commit/fbf009fe75dac732dde39e0eb6fe324b337675e0"><code>fbf009f</code></a>
fix: ignore all unmarshal errors from locale (<a
href="https://redirect.github.com/zitadel/oidc/issues/673">#673</a>)</li>
<li><a
href="https://github.com/zitadel/oidc/commit/f1e4cb22456afeb42d6d16d29a37231ad99224db"><code>f1e4cb2</code></a>
feat(OP): add back channel logout support (<a
href="https://redirect.github.com/zitadel/oidc/issues/671">#671</a>)</li>
<li><a
href="https://github.com/zitadel/oidc/commit/24869d281155064b0a4a6339ad641ba76bac6177"><code>24869d2</code></a>
feat(example): Allow configuring some parameters with env variables (<a
href="https://redirect.github.com/zitadel/oidc/issues/663">#663</a>)</li>
<li><a
href="https://github.com/zitadel/oidc/commit/9f7cbb0dbfc39ce85ecb2f2024d6f20d44e8fcef"><code>9f7cbb0</code></a>
chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1
(<a
href="https://redirect.github.com/zitadel/oidc/issues/666">#666</a>)</li>
<li><a
href="https://github.com/zitadel/oidc/commit/5ae555e19136066760d02e10af451464c6a3e3c8"><code>5ae555e</code></a>
chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (<a
href="https://redirect.github.com/zitadel/oidc/issues/662">#662</a>)</li>
<li><a
href="https://github.com/zitadel/oidc/commit/2abae36bd9b7c37c3d4c48cf07aa508ab78bfcef"><code>2abae36</code></a>
chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 (<a
href="https://redirect.github.com/zitadel/oidc/issues/661">#661</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/zitadel/oidc/compare/v3.30.0...v3.33.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/zitadel/oidc/v3&package-manager=go_modules&previous-version=3.30.0&new-version=3.33.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
livio-a authored Dec 13, 2024
2 parents e639b7c + 38001c5 commit d62c30d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
github.com/stretchr/testify v1.9.0
github.com/zitadel/oidc/v3 v3.30.0
github.com/zitadel/oidc/v3 v3.33.1
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/oauth2 v0.23.0
golang.org/x/oauth2 v0.24.0
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.67.0
google.golang.org/protobuf v1.34.2
Expand All @@ -26,7 +26,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/zitadel/logging v0.6.0 // indirect
github.com/zitadel/logging v0.6.1 // indirect
github.com/zitadel/schema v1.3.0 // indirect
go.opentelemetry.io/otel v1.29.0 // indirect
go.opentelemetry.io/otel/metric v1.29.0 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/bmatcuk/doublestar/v4 v4.6.1 h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=
github.com/bmatcuk/doublestar/v4 v4.6.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
github.com/bmatcuk/doublestar/v4 v4.7.1 h1:fdDeAqgT47acgwd9bd9HxJRDmc9UAmPpc+2m0CXv75Q=
github.com/bmatcuk/doublestar/v4 v4.7.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
Expand Down Expand Up @@ -83,10 +83,10 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/zitadel/logging v0.6.0 h1:t5Nnt//r+m2ZhhoTmoPX+c96pbMarqJvW1Vq6xFTank=
github.com/zitadel/logging v0.6.0/go.mod h1:Y4CyAXHpl3Mig6JOszcV5Rqqsojj+3n7y2F591Mp/ow=
github.com/zitadel/oidc/v3 v3.30.0 h1:1IuZlK+X+JLExEA2PYgRlVvWHBhz/cMwT7VL/YrQabw=
github.com/zitadel/oidc/v3 v3.30.0/go.mod h1:+I5BgvGO5C2ZJrQRjV34EjkyA7P3GXyYGZgXI8Sdw18=
github.com/zitadel/logging v0.6.1 h1:Vyzk1rl9Kq9RCevcpX6ujUaTYFX43aa4LkvV1TvUk+Y=
github.com/zitadel/logging v0.6.1/go.mod h1:Y4CyAXHpl3Mig6JOszcV5Rqqsojj+3n7y2F591Mp/ow=
github.com/zitadel/oidc/v3 v3.33.1 h1:e3w9PDV0Mh50/ZiJWtzyT0E4uxJ6RXll+hqVDnqGbTU=
github.com/zitadel/oidc/v3 v3.33.1/go.mod h1:zkoZ1Oq6CweX3BaLrftLEGCs6YK6zDpjjVGZrP10AWU=
github.com/zitadel/schema v1.3.0 h1:kQ9W9tvIwZICCKWcMvCEweXET1OcOyGEuFbHs4o5kg0=
github.com/zitadel/schema v1.3.0/go.mod h1:NptN6mkBDFvERUCvZHlvWmmME+gmZ44xzwRXwhzsbtc=
go.opentelemetry.io/otel v1.29.0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw=
Expand Down Expand Up @@ -124,8 +124,8 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY
golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE=
golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
golang.org/x/oauth2 v0.24.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-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down

0 comments on commit d62c30d

Please sign in to comment.