-
-
Notifications
You must be signed in to change notification settings - Fork 104
00felix: upgrade org.apache.james:apache-mime4j-core to 0.8.10 #1915
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
base: main
Are you sure you want to change the base?
Conversation
…_8_6 chore: upgrade org.apache.james:apache-mime4j-core to 0_8_6
chore: upgrade org.apache.ws.commons.axiom:axiom-impl to 1_4_0
…_8_6 chore: upgrade org.apache.james:apache-mime4j-core to 0_8_6
chore: upgrade org.apache.ws.commons.axiom:axiom-api to 1_4_0
|
@00felix Thanks for contributing to the OSGeo project deegree. Since this is your first code contribution we kindly ask you to read the deegree contribution guidelines and confirm to by sending an email to the deegree users mailing list. Thanks! |
tfr42
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.
Changes required. Version shall go into dependenciesManagement section.
| <groupId>org.apache.james</groupId> | ||
| <artifactId>apache-mime4j-core</artifactId> | ||
| <version>0.8.10</version> | ||
| </dependency> |
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.
Setting of dependency and version shall be done in the root project POM in the dependenciesManagement section. This change requires re-work.
Upgrade
org.apache.james:apache-mime4j-corefrom0.8.6to0.8.10Upgrade
org.apache.ws.commons.axiom:axiom-apifrom1.4.0to2.0.0Upgrade
org.apache.ws.commons.axiom:axiom-implfrom1.4.0to2.0.0This pull request upgrades
org.apache.james:apache-mime4j-corefrom version0.8.6to0.8.10,org.apache.ws.commons.axiom:axiom-apifrom version1.4.0to2.0.0, andorg.apache.ws.commons.axiom:axiom-implfrom version1.4.0to2.0.0to address multiple security vulnerabilities and ensure compliance with security best practices. The upgrade has been tested locally to confirm compatibility with existing functionality.Vulnerabilities Addressed
This upgrade enhances the security and stability of the
org.apache.james:apache-mime4j-core,org.apache.ws.commons.axiom:axiom-api, andorg.apache.ws.commons.axiom:axiom-impldependencies.