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

HIVE-28216:Upgrade Commons-Configuration to 2.10.1 #5213

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

devaspatikrishnatri
Copy link
Contributor

@devaspatikrishnatri devaspatikrishnatri commented Apr 24, 2024

What changes were proposed in this pull request?

HIVE-28216:Upgrade Commons-Configuration to 2.10.1

Why are the changes needed?

CVE Fixes

Does this PR introduce any user-facing change?

No

Is the change a dependency upgrade?

Yes, will attach a tree soon.

How was this patch tested?

Locally Built , relying on precommit testing

Comment on lines -81 to 83
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>${commons-configuration.version}</version>
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't there be changes in imports as well?
like change from org.apache.commons.configuration. to org.apache.commons.configuration2.``

You should even check the maven dependency tree, if anyone else is pulling commons-configuration and exclude that & add org.apache.commons.configuration. in restricted imports

Copy link

sonarcloud bot commented May 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants