Conversation
agrawalreetika
left a comment
There was a problem hiding this comment.
Please correct commons-lang3 & commons-io version in the release section.
Also add all the updated dependency version details in the description as well.
| <dependency> | ||
| <groupId>commons-codec</groupId> | ||
| <artifactId>commons-codec</artifactId> | ||
| <version>1.13</version> |
There was a problem hiding this comment.
Why is this getting removed?
There was a problem hiding this comment.
This was in dependency management - since the version exists in the root pom, I removed it so that it defaults to using the root version.
There was a problem hiding this comment.
But then dependency would still be required right? We can avoid giving a version if this is already included in the root along with the version.
There was a problem hiding this comment.
This wasn't under the dependencies but under dependency management - so this was just a version override and not pulling in a dependency.
|
Also, should we modify the commit message to something like -
|
agrawalreetika
left a comment
There was a problem hiding this comment.
Thanks for making the changes @infvg
My miss around how the commit message should be, please check the commit message style guideline here and make changes accordingly https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#commit-message-style
Upgrade avro & its dependencies to resolve CVE-2024-47561 If applied, this will: Upgrade avro to version 1.11.4 Upgrade commons-compress to version 1.26.2 Upgrade commons-codec to version 1.17.0 Upgrade commons-lang3 to version 3.14.0 Upgrade commons-io to version 2.16.1
Description
Upgraded avro to version 1.11.4 to resolve CVE-2024-47561
Upgraded commons-compress to version 1.26.2
Upgraded commons-codec to version 1.17.0
Upgraded commons-lang3 to version 3.14.0
Upgraded commons-io to version 2.16.1
Motivation and Context
This upgrade was created to deal with CVEs found in lower versions
Impact
None
Release Notes