Skip to content
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

BUG 63776 - update Jackson dependency to 2.9.10 #508

Merged
merged 1 commit into from
Sep 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ httpclient.version=4.5.8
httpcore-nio.version=4.4.11
httpcore.version=4.4.11
httpmime.version=4.5.8
jackson.version=2.9.9
jackson-databind.version=2.9.9.3
jackson.version=2.9.10
jackson-databind.version=2.9.10
Copy link
Contributor

Choose a reason for hiding this comment

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

If the version numbers are the same again, we can think about dropping the extra property.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I do not know - as there are many more similiar vulnerabilities found within last time i suspect more to come in the future. And the Jackson team seems to address some of these via micro-patches to jackson-databind only.

Therefore it seems to be reasonable to let booth version independent of each other as of now...

javax.activation.version=1.2.0
java-hamcrest.version=2.0.0.0
jcharts.version=0.7.5
Expand Down
2 changes: 1 addition & 1 deletion xdocs/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ to view the last release notes of version 5.1.1.
<ch_section>Non-functional changes</ch_section>
<ul>
<li>Updated to tika-core and tika-parsers 1.22 (from 1.21)</li>
<li>Updated jackson-annotations, jackson-core and jackson-databind to 2.9.9/2.9.9.3 (from 2.9.8)</li>
<li>Updated jackson-annotations, jackson-core and jackson-databind to 2.9.10 (from 2.9.8)</li>
<li><bug>63529</bug>Add more unit tests for org.apache.jorphan.util.JOrphanUtils. Contributed by John Bergqvist(John.Bergqvist at diffblue.com)</li>
<li>Updated to latest checkstyle (version 8.22)</li>
<li>Clean-up of code in <code>CompareAssertion</code> and other locations. Based on patch by Graham Russell (graham at ham1.co.uk)</li>
Expand Down