You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/09/01 00:15:49 UTC

[GitHub] [iotdb] dependabot[bot] opened a new pull request, #7196: Bump jjwt-impl from 0.10.7 to 0.10.8

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

   Bumps [jjwt-impl](https://github.com/jwtk/jjwt) from 0.10.7 to 0.10.8.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md">jjwt-impl's changelog</a>.</em></p>
   <blockquote>
   <h3>0.10.8</h3>
   <p>This patch release:</p>
   <ul>
   <li>
   <p>Ensures that SignatureAlgorithms <code>PS256</code>, <code>PS384</code>, and <code>PS512</code> work properly on JDK 11 and later without the need
   for BouncyCastle.  Previous releases referenced a BouncyCastle-specific
   algorithm name instead of the Java Security Standard Algorithm Name of
   <a href="https://docs.oracle.com/en/java/javase/11/docs/specs/security/standard-names.html#signature-algorithms"><code>RSASSA-PSS</code></a>.
   This release ensures the standard name is used moving forward.</p>
   </li>
   <li>
   <p>Fixes a backwards-compatibility <a href="https://github-redirect.dependabot.com/jwtk/jjwt/issues/536">bug</a> when parsing compressed JWTs
   created from 0.10.6 or earlier using the <code>DEFLATE</code> compression algorithm.</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/jwtk/jjwt/commit/b14a0c50eca7114d5b3fb0c7aefcdf870049516d"><code>b14a0c5</code></a> [maven-release-plugin] prepare release 0.10.8</li>
   <li><a href="https://github.com/jwtk/jjwt/commit/65b40885c76a3c73b3ae59782b29ab774bc4a905"><code>65b4088</code></a> Prepping for the 0.10.8 release</li>
   <li><a href="https://github.com/jwtk/jjwt/commit/65cf8fcc7234d2ea89f39d2dc5659327f5195a9d"><code>65cf8fc</code></a> updated changelog for 0.10.8 release (<a href="https://github-redirect.dependabot.com/jwtk/jjwt/issues/558">#558</a>)</li>
   <li><a href="https://github.com/jwtk/jjwt/commit/5b047c10f42563426128c4f49fd6d7c6d5fdaa6d"><code>5b047c1</code></a> Ensured DeflateCompressionCodec could fallback to &lt;= 0.10.6 implementation if...</li>
   <li><a href="https://github.com/jwtk/jjwt/commit/4821395c06b0786e19b1a3153be65f39a2a524d9"><code>4821395</code></a> Ensured SignatureAlgorithm <code>PS256</code>, <code>PS384</code>, and <code>PS512</code> worked properly on J...</li>
   <li><a href="https://github.com/jwtk/jjwt/commit/c66a6fb845c4ee6e89c070f471419168108a10dd"><code>c66a6fb</code></a> Update SignatureValidator to use MessageDigest</li>
   <li><a href="https://github.com/jwtk/jjwt/commit/8e25db9273c7b57b9bbd3356eb03cd819cf8af45"><code>8e25db9</code></a> Backporting Travis CI config from master (<a href="https://github-redirect.dependabot.com/jwtk/jjwt/issues/550">#550</a>)</li>
   <li><a href="https://github.com/jwtk/jjwt/commit/018e2812cfa822611594bb4fea7f6932e5d52060"><code>018e281</code></a> Create release branch 0.10.x from tag 0.10.7</li>
   <li>See full diff in <a href="https://github.com/jwtk/jjwt/compare/0.10.7...0.10.8">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.jsonwebtoken:jjwt-impl&package-manager=maven&previous-version=0.10.7&new-version=0.10.8)](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 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: reviews-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb] dependabot[bot] commented on pull request #7196: Bump jjwt-impl from 0.10.7 to 0.10.8

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #7196:
URL: https://github.com/apache/iotdb/pull/7196#issuecomment-1233608396

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: reviews-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb] HTHou closed pull request #7196: Bump jjwt-impl from 0.10.7 to 0.10.8

Posted by GitBox <gi...@apache.org>.
HTHou closed pull request #7196: Bump jjwt-impl from 0.10.7 to 0.10.8
URL: https://github.com/apache/iotdb/pull/7196


-- 
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: reviews-unsubscribe@iotdb.apache.org

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