-
Notifications
You must be signed in to change notification settings - Fork 75
update to jackson 2.9.6 due to CVEs #203
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
Conversation
| } | ||
|
|
||
| ext { | ||
| jacksonVersion = '2.9.6' |
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.
👍
| compile 'com.fasterxml.jackson.core:jackson-core:2.4.2' | ||
| compile 'com.fasterxml.jackson.core:jackson-annotations:2.4.2' | ||
| compile 'com.fasterxml.jackson.core:jackson-databind:2.4.2' | ||
| compile "com.fasterxml.jackson.core:jackson-core:$jacksonVersion" |
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.
Minor issue here with the quotes using double quotes instead of single quotes that are used elsewhere. For consistency let's use single quotes 👍
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.
the double quotes are necessary to allow string interpolation to happen - single quotes mean the text is literal
http://docs.groovy-lang.org/latest/html/documentation/#_string_interpolation
thewheat
left a 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.
Thanks so much for this PR @pjfanning
Minor thing of inconsistent quotes (using double instead of single which is used in the rest of the file)
Once we get that fixed I can get the team to review this and get it merged as soon as possible 👍
|
@thewheat is the answer that I provided to your change request ok? |
|
So sorry @pjfanning I missed the notification of your reply. Since we need double quotes for that, could we switch to double quotes for the entire file then? Just for consistency 👍 |
|
@thewheat I updated the pull request to use double quotes for all dependencies |
|
Fantastic @pjfanning! I'll get the team to verify that this is all good and we can merge it 👍 Thank you so much! |
SeanHealy33
left a 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.
Looks good @pjfanning
https://github.com/FasterXML/jackson-databind/blob/master/release-notes/VERSION-2.x