-
Notifications
You must be signed in to change notification settings - Fork 441
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
chore: Update jjwt dependency version 0.10.7 #514
Conversation
With modularization jjwt made in 0.10.0, it’s fairly easy to accidentally have multiple implementations of jjwt on the classpath, because |
@@ -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"; |
There was a problem hiding this comment.
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 WeakKeyException
s. Do they need an inline comment?
There was a problem hiding this comment.
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"; |
There was a problem hiding this comment.
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.
* Update jjwt dependency to 0.10.7 * Update tests to use minimum-length secrets
* Update jjwt dependency to 0.10.7 * Update tests to use minimum-length secrets
This updates the jjwt dependency to 0.10.7.
Checklist