dependabot[bot] opened a new pull request, #1446:
URL: https://github.com/apache/dubbo-admin/pull/1446

   Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) 
from 4.0.5 to 4.1.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/go-jose/go-jose/releases";>github.com/go-jose/go-jose/v4's
 releases</a>.</em></p>
   <blockquote>
   <h2>v4.1.3</h2>
   <p>This release drops Go 1.23 support as that Go release is no longer 
supported. With that, we can drop <code>x/crypto</code> and no longer have any 
external dependencies in go-jose outside of the standard library!</p>
   <p>This release fixes a bug where a critical b64 header was ignored if in an 
unprotected header. It is now rejected instead of ignored.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Remove Go 1.23 support by <a 
href="https://github.com/mcpherrinm";><code>@​mcpherrinm</code></a> in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/205";>go-jose/go-jose#205</a></li>
   <li>Reject JWS with an unprotected critical b64 header by <a 
href="https://github.com/mcpherrinm";><code>@​mcpherrinm</code></a> in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/210";>go-jose/go-jose#210</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/go-jose/go-jose/compare/v4.1.2...v4.1.3";>https://github.com/go-jose/go-jose/compare/v4.1.2...v4.1.3</a></p>
   <h2>v4.1.2</h2>
   <h2>What's Changed</h2>
   <p>go-jose v4.1.2 improves some documentation, errors, and removes the only 
3rd-party dependency.</p>
   <ul>
   <li>Update go-jose documentation by <a 
href="https://github.com/mcpherrinm";><code>@​mcpherrinm</code></a> in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/198";>go-jose/go-jose#198</a></li>
   <li>Remove dependency on testify by <a 
href="https://github.com/wardviaene";><code>@​wardviaene</code></a> in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/197";>go-jose/go-jose#197</a></li>
   <li>Improve error message for invalid private keys by <a 
href="https://github.com/ProjectMutilation";><code>@​ProjectMutilation</code></a>
 in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/195";>go-jose/go-jose#195</a></li>
   <li>JWK unsupported error when unmarshalling by <a 
href="https://github.com/fprojetto";><code>@​fprojetto</code></a> in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/191";>go-jose/go-jose#191</a></li>
   <li>Add JSONWebKey type to makeJWERecipient by <a 
href="https://github.com/alvarolivie";><code>@​alvarolivie</code></a> in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/200";>go-jose/go-jose#200</a></li>
   <li>testutils/assert: remove True, Nil, NotNil by <a 
href="https://github.com/jsha";><code>@​jsha</code></a> in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/202";>go-jose/go-jose#202</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/wardviaene";><code>@​wardviaene</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/197";>go-jose/go-jose#197</a></li>
   <li><a href="https://github.com/fprojetto";><code>@​fprojetto</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/191";>go-jose/go-jose#191</a></li>
   <li><a href="https://github.com/alvarolivie";><code>@​alvarolivie</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/200";>go-jose/go-jose#200</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/go-jose/go-jose/compare/v4.1.1...v4.1.2";>https://github.com/go-jose/go-jose/compare/v4.1.1...v4.1.2</a></p>
   <h2>v4.1.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Drop go-cmp dependency by <a 
href="https://github.com/mcpherrinm";><code>@​mcpherrinm</code></a> in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/186";>go-jose/go-jose#186</a></li>
   <li>jws: improve performance and allocations for ParseSignedCompact by <a 
href="https://github.com/drakkan";><code>@​drakkan</code></a> in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/188";>go-jose/go-jose#188</a></li>
   <li>Add missing quote to unknown curve message <a 
href="https://redirect.github.com/go-jose/go-jose/issues/170";>#170</a> by <a 
href="https://github.com/sudhanvaghebbale";><code>@​sudhanvaghebbale</code></a> 
in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/189";>go-jose/go-jose#189</a></li>
   <li>Fix incorrect validation by <a 
href="https://github.com/ProjectMutilation";><code>@​ProjectMutilation</code></a>
 in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/192";>go-jose/go-jose#192</a></li>
   <li>Restore Go 1.23 compatibility by <a 
href="https://github.com/anuraaga";><code>@​anuraaga</code></a> in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/193";>go-jose/go-jose#193</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/drakkan";><code>@​drakkan</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/188";>go-jose/go-jose#188</a></li>
   <li><a 
href="https://github.com/sudhanvaghebbale";><code>@​sudhanvaghebbale</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/189";>go-jose/go-jose#189</a></li>
   <li><a 
href="https://github.com/ProjectMutilation";><code>@​ProjectMutilation</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/192";>go-jose/go-jose#192</a></li>
   <li><a href="https://github.com/anuraaga";><code>@​anuraaga</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/193";>go-jose/go-jose#193</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/go-jose/go-jose/compare/v4.1.0...v4.1.1";>https://github.com/go-jose/go-jose/compare/v4.1.0...v4.1.1</a></p>
   <h2>v4.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Document <code>signatureAlgorithms</code> argument by <a 
href="https://github.com/tgeoghegan";><code>@​tgeoghegan</code></a> in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/163";>go-jose/go-jose#163</a></li>
   <li>Add custom error for unsupported JWS signature algorithms by <a 
href="https://github.com/beautifulentropy";><code>@​beautifulentropy</code></a> 
in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/181";>go-jose/go-jose#181</a></li>
   <li>use stdlib pbkdf2 package on go 1.24 by <a 
href="https://github.com/kruskall";><code>@​kruskall</code></a> in <a 
href="https://redirect.github.com/go-jose/go-jose/pull/180";>go-jose/go-jose#180</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/0e59876635f3dbf46d7b5e97b52bb75a3f96e7d9";><code>0e59876</code></a>
 Merge commit from fork</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/ddffdbcec8bdadea8e02a20bdf19239878228215";><code>ddffdbc</code></a>
 Bump actions/checkout from 5 to 6 (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/213";>#213</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/5348b9a4ba4559d2266b5af89fb5353cd1a5360a";><code>5348b9a</code></a>
 Reject JWS with an unprotected critical b64 header (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/210";>#210</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/9153a5e4549c95e97a84e41e6375dc90eac54241";><code>9153a5e</code></a>
 Bump actions/setup-python from 5 to 6 (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/208";>#208</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/2126e17f8791f6a234e63b2e4e8cb9fac8605c3a";><code>2126e17</code></a>
 Bump actions/setup-go from 5 to 6 (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/209";>#209</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/9860c65054c4821d1e7c22200422b04181f58ebc";><code>9860c65</code></a>
 Bump actions/checkout from 4 to 5 (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/206";>#206</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/14239fdb15b88e1c42e41621ef24f1112cf31b5a";><code>14239fd</code></a>
 Remove Go 1.23 support (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/205";>#205</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/a16e15813482ca5e9a679b7f5bb42ddfae616d43";><code>a16e158</code></a>
 Update CI to run on Go 1.24 and 1.25 (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/204";>#204</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/a1565a41aa008ae6545e0f50a636d254de5b4596";><code>a1565a4</code></a>
 testutils/assert: remove True, Nil, NotNil (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/202";>#202</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/3a80e136a96e747bf44049414eadc02828df4d33";><code>3a80e13</code></a>
 jwe: accept non-pointer JSONWebKey in Recipient (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/200";>#200</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/go-jose/go-jose/compare/v4.0.5...v4.1.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-jose/go-jose/v4&package-manager=go_modules&previous-version=4.0.5&new-version=4.1.4)](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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/dubbo-admin/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to