Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2019

Bumps nimbus-jose-jwt from 4.41.2 to 7.9.

Changelog

Sourced from nimbus-jose-jwt's changelog.

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
  • 10dce4f b64 works with JWTClaimsSet
  • 40b1fcf Adds new static X509CertUtils.parseWithException methods
  • 805fce1 [maven-release-plugin] prepare release 7.6
  • 1a72c5f [maven-release-plugin] prepare for next development iteration
  • af733f9 Changes JWSObject#serialize(boolean) method signature (iss #320)
  • d752e17 Merge branch 'fixB64'
  • 3fa65f3 Change log for 7.7
  • 1abe7c2 [maven-release-plugin] prepare release 7.7
  • dd19a71 [maven-release-plugin] prepare for next development iteration
  • 7f4dbc0 Issue #325 Enhancement: Add an optional proxy support to the DefaultResourceR...
  • Additional commits viewable in compare view

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2019
@mmiklavc
Copy link
Contributor

I created a Jira for this - https://issues.apache.org/jira/browse/METRON-2341

@mmiklavc
Copy link
Contributor

+1 by verification on full dev. The reason I tested Knox is because the affected library, jwt, is used for Knox auth.

Followed instructions from #1308.

Also, ensure the Metron client is installed or the URL rewriting will not work. You can find that under Ambari > Hosts > Node1 > Summary > Components
image

Reference

@mmiklavc mmiklavc changed the title Bump nimbus-jose-jwt from 4.41.2 to 7.9 in /metron-interface/metron-rest METRON-2341 Bump nimbus-jose-jwt from 4.41.2 to 7.9 in /metron-interface/metron-rest Jan 17, 2020
@mmiklavc mmiklavc changed the title METRON-2341 Bump nimbus-jose-jwt from 4.41.2 to 7.9 in /metron-interface/metron-rest METRON-2341 [dependabot] Bump nimbus-jose-jwt from 4.41.2 to 7.9 in /metron-interface/metron-rest Jan 17, 2020
@asfgit asfgit closed this in dbacbc3 Jan 17, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 17, 2020

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.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@mmiklavc
Copy link
Contributor

For posterity: Since there's no dependabot repo to merge from, I merged this in locally via git pull --squash https://github.com/apache/metron pull/1552/head and proceeded with attribution per feedback here - https://issues.apache.org/jira/browse/LEGAL-491

@dependabot dependabot bot deleted the dependabot/maven/metron-interface/metron-rest/com.nimbusds-nimbus-jose-jwt-7.9 branch January 17, 2020 03:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant