Skip to content

chore: Update jjwt dependency version 0.10.7 #514

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 4, 2020
Merged

chore: Update jjwt dependency version 0.10.7 #514

merged 2 commits into from
Feb 4, 2020

Conversation

eager
Copy link
Contributor

@eager eager commented Jan 29, 2020

This updates the jjwt dependency to 0.10.7.

Checklist

  • I acknowledge that all my contributions will be made under the project's license
  • I have made a material change to the repo (functionality, testing, spelling, grammar)
  • I have read the Contribution Guidelines and my PR follows them
  • I have titled the PR appropriately
  • I have updated my branch with the master branch
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation about the functionality in the appropriate .md file
  • I have added inline documentation to the code I modified

@eager
Copy link
Contributor Author

eager commented Jan 29, 2020

With modularization jjwt made in 0.10.0, it’s fairly easy to accidentally have multiple implementations of jjwt on the classpath, because jjwt:0.9.1 and jjwt-impl:0.10.0 are considered separate modules.

@@ -17,7 +17,7 @@

private static final String ACCOUNT_SID = "AC123";
private static final String SIGNING_KEY_SID = "SK123";
private static final String SECRET = "secret";
private static final String SECRET = "secretsecretsecretsecretsecret00";
Copy link
Contributor Author

@eager eager Jan 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated these to meet the minimum key length and avoid WeakKeyExceptions. Do they need an inline comment?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine w/o a comment.

@@ -17,7 +17,7 @@

private static final String ACCOUNT_SID = "AC123";
private static final String SIGNING_KEY_SID = "SK123";
private static final String SECRET = "secret";
private static final String SECRET = "secretsecretsecretsecretsecret00";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine w/o a comment.

@childish-sambino childish-sambino merged commit ccdc397 into twilio:master Feb 4, 2020
FalguniV pushed a commit to FalguniV/twilio-java that referenced this pull request Oct 13, 2020
* Update jjwt dependency to 0.10.7

* Update tests to use minimum-length secrets
FalguniV pushed a commit to FalguniV/twilio-java that referenced this pull request Oct 13, 2020
* Update jjwt dependency to 0.10.7

* Update tests to use minimum-length secrets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants