You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/10/16 06:21:25 UTC

[PR] build(deps): bump io.jsonwebtoken:jjwt-api from 0.12.2 to 0.12.3

dependabot[bot] opened a new pull request, #1152:
URL: https://github.com/apache/plc4x/pull/1152

   Bumps [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) from 0.12.2 to 0.12.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/jwtk/jjwt/releases">io.jsonwebtoken:jjwt-api's releases</a>.</em></p>
   <blockquote>
   <h2>0.12.3</h2>
   <p>This is a minor patch release that address two issues:</p>
   <ol>
   <li>
   <p>The <code>org.json</code> dependency has been upgraded to <code>20231013</code> to address that library's
   <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-5072">CVE-2023-5072</a> vulnerability.</p>
   </li>
   <li>
   <p>Empty custom claims values are (re-)enabled which was the behavior in &lt;= 0.11.5. See <a href="https://redirect.github.com/jwtk/jjwt/issues/858">Issue 858</a>.</p>
   </li>
   </ol>
   <p>These same notes are repeated in the <a href="https://github.com/jwtk/jjwt/blob/0.12.3/CHANGELOG.md">CHANGELOG</a>, and as always, project documentation is in the <a href="https://github.com/jwtk/jjwt/blob/0.12.3/README.md">README</a>.</p>
   <p>Please allow 30 minutes from the time this announcement is published for the release to be available in Maven Central.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md">io.jsonwebtoken:jjwt-api's changelog</a>.</em></p>
   <blockquote>
   <h3>0.12.3</h3>
   <p>This patch release:</p>
   <ul>
   <li>Upgrades the <code>org.json</code> dependency to <code>20231013</code> to address that library's
   <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-5072">CVE-2023-5072</a> vulnerability.</li>
   <li>(Re-)enables empty values for custom claims, which was the behavior in &lt;= 0.11.5.
   <a href="https://redirect.github.com/jwtk/jjwt/issues/858">Issue 858</a>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/jwtk/jjwt/commit/d4a0827071b8682f4443313a6e948a0619668dda"><code>d4a0827</code></a> [maven-release-plugin] prepare release 0.12.3</li>
   <li><a href="https://github.com/jwtk/jjwt/commit/bc540fc7ec9eec661af8fff8f18c326429e424ad"><code>bc540fc</code></a> Version reference changes in preparation for the 0.12.3 release</li>
   <li><a href="https://github.com/jwtk/jjwt/commit/28a2ca716a24df4e1eb8bc1c0efc85743742d909"><code>28a2ca7</code></a> Upgraded org.json dependency to 20231013</li>
   <li><a href="https://github.com/jwtk/jjwt/commit/db339704e5bb4662c0e25a3f3a2abe2d155189e1"><code>db33970</code></a> Custom empty claims</li>
   <li><a href="https://github.com/jwtk/jjwt/commit/59c9df123183608fb798edabe8fb2fdcb746fa32"><code>59c9df1</code></a> Released 0.12.2 (<a href="https://redirect.github.com/jwtk/jjwt/issues/856">#856</a>)</li>
   <li>See full diff in <a href="https://github.com/jwtk/jjwt/compare/0.12.2...0.12.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.jsonwebtoken:jjwt-api&package-manager=maven&previous-version=0.12.2&new-version=0.12.3)](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>


-- 
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: commits-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] build(deps): bump io.jsonwebtoken:jjwt-api from 0.12.2 to 0.12.3

Posted by "sruehl (via GitHub)" <gi...@apache.org>.
sruehl merged PR #1152:
URL: https://github.com/apache/plc4x/pull/1152


-- 
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: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org