DataONEorg / bookkeeper

Bookkeeper keeps track of DataONE product subscriptions and quotas for researchers using the extended services.
Other
1 stars 2 forks source link

Bump nimbus-jose-jwt from 7.8 to 7.9 #1

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps nimbus-jose-jwt from 7.8 to 7.9.

Changelog *Sourced from [nimbus-jose-jwt's changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt).* > version 1.0 (2012-03-01) > * First version based on the OpenInfoCard JWT, JWS and JWE code base. > > version 1.1 (2012-03-06) > * Introduces type-safe enumeration of the JSON Web Algorithms (JWA). > * Refactors the JWT class. > > version 1.2 (2012-03-08) > * Moves JWS and JWE code into separate classes. > > version 1.3 (2012-03-09) > * Switches to Apache Commons Codec for Base64URL encoding and decoding > * Consolidates the crypto utilities within the package. > * Introduces a JWT content serialiser class. > > version 1.4 (2012-03-09) > * Refactoring of JWT class and JUnit tests. > > version 1.5 (2012-03-18) > * Switches to JSON Smart for JSON serialisation and parsing. > * Introduces claims set class with JSON objects, string, Base64URL and > byte array views. > > version 1.6 (2012-03-20) > * Creates class for representing, serialising and parsing JSON Web Keys > (JWK). > * Introduces separate class for representing JWT headers. > > version 1.7 (2012-04-01) > * Introduces separate classes for plain, JWS and JWE headers. > * Introduces separate classes for plain, signed and encrypted JWTs. > * Removes the JWTContent class. > * Removes password-based (PE820) encryption support. > > version 1.8 (2012-04-03) > * Adds support for the ZIP JWE header parameter. > * Removes unsupported algorithms from the JWA enumeration. > > version 1.9 (2012-04-03) > * Renames JWEHeader.{get|set}EncryptionAlgorithm() to > JWEHeader.{get|set}EncryptionMethod(). > > version 1.9.1 (2012-04-03) > * Upgrades JSON Smart JAR to 1.1.1. > > version 1.10 (2012-04-14) > * Introduces serialize() method to base abstract JWT class. > > version 1.11 (2012-05-13) > * JWT.serialize() throws checked JWTException instead of > ... (truncated)
Commits - [`439606f`](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/439606fd058fab4728bda85b97cc86650ff9968a) [maven-release-plugin] prepare for next development iteration - [`cc59771`](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/cc59771bbdf022f9bb2b387f513daed31bdb8663) Makes JWKSet and KeyUse serializable (iss [#330](https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/330)) - [`c4d456d`](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/c4d456d7b037207ea5cb2b02d6a49df2ca026b70) Fixes C-style array declaration - [`891703b`](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/891703b4d79a51a1a5794bb2ac37fcd2e1bd3c49) Unused import - [`e17f641`](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/e17f6412531d5fb267e3f9b4f8a6b4999dd80fc9) Fixes NPE when parsing JOSE header with missing or null alg (iss [#332](https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/332)) - [`8d0e174`](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/8d0e174f8c8f5548647b50225fe050a568db723b) Fixes IllegalArgumentException when parsing JOSE header with null typ (iss [#333](https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/333)) - [`c21b8ed`](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/c21b8ed5444f439d2980e3d04327b3667f62a21f) Deletes unused CommonSEHeaderBuilder - [`ec36d36`](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/ec36d365f9fe006d795b8ec1f6f882f558115323) Fixes NPE when parsing JOSE header with null crit (iss [#334](https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/334)) - [`fc5a1d2`](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/fc5a1d2c4546fd91b5c6f5b606395169869ebb79) Fixes NPE when parsing JOSE header with null 'jwk' (iss [#335](https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/335)) - [`a241cb8`](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/a241cb838bd233e9f9d4855356009d4538f887bc) Adds new static null-safe Base64.from(String) and Base64URL.from(String) methods - Additional commits viewable in [compare view](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/7.9..7.8)


Dependabot compatibility score

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 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/csjx/bookkeeper/network/alerts).
csjx commented 4 years ago

This PR was manually fixed. Closing.